Helper function to validate input of user-defined functions and priors
.check_params_match(
init_fn,
transition_fn,
log_likelihood_fn,
pilot_init_params,
log_priors
)A function to initialize the state-space model.
A function that defines the state transition of the state-space model.
A function that calculates the log-likelihood for the state-space model given latent states.
A vector of initial parameter values.
A list of functions for computing the log-prior of each parameter.