tlpl: Performs tau-leaped particle learning

Description Usage Arguments Value Author(s) See Also

Description

Performs tau-leaped particle learning

Usage

1
2
tlpl(data, sckm, swarm = NULL, prior = NULL, n.particles = NULL,
  engine = "C", verbose = 0, while.max = 1000, ...)

Arguments

data

a list with elements y, matrix with n rows representing time points, and tau, either length n vector or a scalar.

sckm

a list with a bunch of elements

swarm

a particle swarm

prior

a prior to be used for all particles

n.particles

a number of particles

engine

use 'R' or 'C' code

verbose

level of output

while.max

an integer indicating the maximum number of times through a while loop

...

additional parameters for resampling

Value

a list containing sample for states and sufficient statistics

Author(s)

Jarad Niemi niemi@iastate.edu

See Also

tlpl_quantile


jarad/tlpl documentation built on May 18, 2019, 3:46 p.m.