HighDimensionalEconLab / DifferentiableStateSpaceModels.jl

MIT License
46 stars 1 forks source link

Move check on variance of ergodic distribution into return type #107

Closed jlperla closed 2 years ago

jlperla commented 2 years ago

The current kalman filter code in turing is checking if the variance is infinte, but it should be within the sol.retcode instead and have its own failed return code.