generateData: Generates data from a linear Gaussian state space model

Description Usage Arguments Value Author(s) References

View source: R/dataGeneration.R

Description

Generates data from a specific linear Gaussian state space model of the form x_{t} = φ x_{t-1} + σ_v v_t and y_t = x_t + σ_e e_t , where v_t and e_t denote independent standard Gaussian random variables, i.e. N(0,1).

Usage

1
generateData(theta, noObservations, initialState)

Arguments

theta

The parameters θ=\{φ,σ_v,σ_e\} of the LGSS model. The parameter φ that scales the current state in the state dynamics is restricted to [-1,1] to obtain a stable model. The standard deviations of the state process noise σ_v and the observation process noise σ_e must be positive.

noObservations

The number of time points to simulate.

initialState

The initial state.

Value

The function returns a list with the elements:

Author(s)

Johan Dahlin uni@johandahlin.com

References

Dahlin, J. & Schon, T. B. "Getting Started with Particle Metropolis-Hastings for Inference in Nonlinear Dynamical Models." Journal of Statistical Software, Code Snippets, 88(2): 1–41, 2019.


pmhtutorial documentation built on May 2, 2019, 3:25 a.m.