TuringLang / SSMProblems.jl

Common abstractions for state-space models
http://turinglang.org/SSMProblems.jl/
MIT License
2 stars 2 forks source link

Method for forward simulation #36

Closed THargreaves closed 1 month ago

THargreaves commented 5 months ago

Forward simulation of a state space model (sampling a set of Xs and Ys) feels like such a common operation that SSMProblems should define a default sample method for doing this.

FredericWantiez commented 5 months ago

Agree, it's essentially adding emission to the interface, not just emission_logdensity