These simple objects of class bssm_prior
are used to construct a prior distributions for the
MCMC runs of bssm
package. Currently supported priors are uniform, half-Normal and Normal distribution.
uniform(init, min, max)halfnormal(init, sd)
normal(init, mean, sd)
Initial value for the parameter, used in initializing the model components and as a starting value in MCMC.
Lower bound of the uniform prior .
Upper bound of the uniform prior.
Standard deviation of the half-Normal and Normal priors.
Mean of the Normal prior.
object of class bssm_prior
.