Description Usage Arguments Value
View source: R/garchitorena_models.R
Simulate garchitorena deterministic model through time using 'ode' function given the model deSolve function, parameter set, time frame, starting conditions, and potential events (e.g. MDA)
1 2 | sim_garch_mod(nstart, time, model = garch_mod, parameters,
events_df = NA)
|
nstart |
Named vector of starting values for state variables |
time |
Numeric vector of times at which state variables should be estimated |
model |
Name of the ode function to use, defaults to 'garch_mod' |
parameters |
Named vector or list of parameter values |
events_df |
Data frame of events such as MDA with columns "var", "time", "value", and "method" |
dataframe of state variable values at requested times
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.