update.seqMC: Update seqMC object after an observation (if y is not...

Description Usage Arguments Value

View source: R/seqMC.R

Description

Update seqMC object after an observation (if y is not missing) or simply update the object to next time point (if y is missing).

Usage

1
2
## S3 method for class 'seqMC'
update(obj, y)

Arguments

obj

seqMC object.

y

vector or matrix, if y is a vector, it represents an observation at a single time step, if y is a matrix, then each col is an observation at a time point, number of cols in y equal to number of time steps.

Value

seqMC object updated after given observation(s).


chuanwen/seqMC documentation built on May 4, 2019, 3:19 p.m.