-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This is more a discussion point than an "issue".
Myself and @seabbs are really interested in using AutoGP
inside of a larger project.
Rough concept
The rough concept would be to use AutoGP
to power inference on the time-varying reproductive number of an infection process that we observe via eventual determined cases:
where g
(aka the generation distribution), ObsKernel
.
Feasibility of using AutoGP
The idea would be use AutoGP
functionality, e.g. proposing/accepting-rejection of GP kernel compositions, inside a model structured as above.
Does anyone have a sense of how feasible that would be: my first past thought are not to fork AutoGP
but rather to doing using
and then pull out the bits of AutoGP
under-the-hood code we'd want. We'd be declaring the probabilistic model described above in the Gen.jl
PPL.