simulate.mrwd {StMoMo} | R Documentation |
Simulate a Multivariate Random Walk with Drift
Description
Returns one simulated path of the Multivariate
Random Walk with Drift model in object
.
Usage
## S3 method for class 'mrwd'
simulate(object, nsim = 10, seed = NULL, ...)
Arguments
object |
An object of class |
nsim |
number of periods for the simulated series. |
seed |
either |
... |
other arguments. |
[Package StMoMo version 0.4.1 Index]