ShowModels:
Prints form of supported stochastic differential equations
Description
Print function displaying the model structures currently
supported. Used to fix the parametrization of the parameters.
Usage
ShowModels(Model)
Arguments
Model
Character specifying the model. Current options are "OU" for the
Ornstein Uhlenbeck process, "FHN" for the stochastic FitzHugh-Nagumo
process "FHN5" for the extended FitzHugh-Nagumo model and "CIR" for the
Cox-Ingersoll-Ross model.
Value
List with three entries:
Model
A 2*1 Matrix with character entries.
Ndrift
Numeric giving the number of drift parameters
Ndiff
Numeric giving the number of diffusion parameters
Details
This function is used to identity the parameter names in the supported
models. This is necessary when specifying the "parKnown" argument in the
"Estfun" function.