dzim.sim {ZIM} | R Documentation |
Simulate Data from DZIM
Description
Simulate data from a dynamic zero-inflated model.
Usage
dzim.sim(X, w, omega, k, beta, phi, sigma, mu0, Sigma0)
Arguments
X |
design matrix. |
w |
|
omega |
zero-inflation parameter. |
k |
dispersion parameter. |
beta |
regression coefficients. |
phi |
autoregressive coefficients. |
sigma |
standard deviation. |
mu0 |
mean vector of initial state. |
Sigma0 |
covariance matrix of initial state. |
See Also
dzim
,
dzim.fit
,
dzim.filter
,
dzim.smooth
,
dzim.control
,
dzim.plot
[Package ZIM version 1.1.0 Index]