obs: Observation processes for SSM

Description Usage Arguments

Description

SSM currently accept the following observation processes.

Usage

1
2
3
4
5
poisson_obs(obs = NULL, state = NULL, reporting)

discretized_normal_obs(obs = NULL, state = NULL, reporting, overdispersion)

binomial_obs(x_obs = NULL, n_obs = NULL, p = NULL)

Arguments

obs

character, name of the observation in the data

state

character, name of the observed state in the model

reporting

character, name of the reporting rate parameter

overdispersion

character, name of the overdispersion parameter

x_obs

character, name of the column with the number of successes in the data

n_obs

character, name of the column with the sample size in the data

p

character, probability of success, usually a combination of the states and parameters of the model (e.g. p="I/N")


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