dzim.smooth {ZIM} | R Documentation |
Particle Smoothing for DZIM
Description
Function to implement the particle smoothing method proposed by Gordsill et al. (2004).
Usage
dzim.smooth(y, X, w, para, control)
Arguments
y |
response variable. |
X |
design matrix. |
w |
|
para |
model parameters. |
control |
control arguments. |
References
Gordsill, S. J., Doucet, A., and West, M. (2004). Monte Carlo smoothing for nonlinear time series. Journal of the American Statistical Association, 99, 156-168.
See Also
dzim
,
dzim.fit
,
dzim.filter
,
dzim.control
,
dzim.sim
,
dzim.plot
[Package ZIM version 1.1.0 Index]