ShowModels: Prints form of supported stochastic differential equations

Description Usage Arguments Details Value Examples

View source: R/ShowModels.r

Description

Print function displaying the model structures currently supported. Used to fix the parametrization of the parameters.

Usage

1
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.

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.

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

Examples

1
ShowModels(Model="FHN")

BIPOD documentation built on May 29, 2017, 10:07 a.m.