Using `RandomVariable`s in `StateSpaceInference` ?
Opened this issue · 0 comments
jacobnzw commented
The statistics during inference can get pretty confusing when writing the inference machinery, especially in StudentianInference
, where one can often loose track of what DoF parameter belongs to which scale matrix.
Explore the option of using subclasses of RandomVariable
to group together the statistics during inference. Write an example code to see what it would look like.