prior: Some priors distributions

Description Usage Arguments See Also

Description

Distributions supported by SSM to define priors

Usage

1
2
3
4
5
unif(min, max)

truncnorm(a = -Inf, b = Inf, mean, sd)

dirac(value)

Arguments

min

lower and upper limits of the distribution. Must be finite.

max

lower and upper limits of the distribution. Must be finite.

a

vector of lower bounds. These may be -Inf

b

vector of upper bounds. These may be Inf

mean

vector of means.

sd

vector of standard deviations.

value

numeric, dirac value

See Also

one_theta_sample_prior


StateSpaceModels/ssminr documentation built on Feb. 7, 2020, 8:20 p.m.