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
{{ message }}
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
Instead minimize the number of functions. I only need the functions necessary to calculate the marginal likelihood and sample from the posterior.
filter
lpdf
-state conditional mean
simulation
sample from posterior
This is the minimal package. The other smothers and filters are not as important for Bayesian methods. I need to get this working for the batch and then sequential methods. Having the other functions is more to debug and maintain.
Keep the existing work in a branch, and then clean out the code in the master.
jrnold
changed the title
Rename the functions
Minimize the number of functions
Jul 29, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Perhaps a naming scheme like:
ssm_(filter|smoother|sim|sample)_([mu][mn])
.filter
: Forward filtersmoother
: smootherssample
:with postfixes
m
: multivariateu
: univariatem
: missing-valuesn
: non-missingvaluesc
: constant? or time-invariantThe text was updated successfully, but these errors were encountered: