initialize_simulator | R Documentation |
Simulator Initializer
initialize_simulator(x, index = NULL, sampling = NULL, model = "issm", ...)
x |
a vector of zero mean errors to use in the model. |
index |
an optional Date or POSIXct vector of same length as x. Used for indexing the simulated values. |
sampling |
an optional string denoting the sampling frequency for the
simulator. If no index is present, will automatically generate one based on
the sampling frequency given with start date 2000-01-01. Valid sampling
frequencies are days, weeks, months, years, secs, mins, hours and subintervals
of those as documented in the |
model |
the type of model to initialize a class for. |
... |
additional parameters to the function (not currently used). |
A object whose class depends on the type of model used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.