Open kaitejohnson opened 2 months ago
With a ...
it'd be easy to do this https://github.com/CDCgov/ww-inference-model/issues/174#issuecomment-2361478428
You mean for passing a prior pathfinder output to sample()
for initialization, yes? Running pathfinder currently requires calling model$pathfinder()
as opposed to model$sample()
, no?
Goal
Stan makes it relatively easy to use pathfinder, which would speed up development when prototyping iterations of the model, and might also be useful for initialization (which is already a separate issue to fix #66). We should add functionality to use pathfinder.
Context