You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: