Uses of Class
org.drip.dynamics.meanreverting.R1CIRStochasticEvolver
Package | Description |
---|---|
org.drip.dynamics.meanreverting |
Mean Reverting Stochastic Process Dynamics
|
org.drip.dynamics.physical |
Implementation of Physical Process Dynamics
|
-
Uses of R1CIRStochasticEvolver in org.drip.dynamics.meanreverting
Methods in org.drip.dynamics.meanreverting that return R1CIRStochasticEvolver Modifier and Type Method Description static R1CIRStochasticEvolver
R1CIRStochasticEvolver. Wiener(double meanReversionSpeed, double meanReversionLevel, double volatility, double timeWidth)
Construct a Weiner Instance of R1CIRStochasticEvolver Process -
Uses of R1CIRStochasticEvolver in org.drip.dynamics.physical
Methods in org.drip.dynamics.physical with parameters of type R1CIRStochasticEvolver Modifier and Type Method Description static ExponentialAffineZeroCoefficients
ExponentialAffineZeroCoefficients. FromCIR(R1CIRStochasticEvolver r1CIRStochasticEvolver, double ttm)
Construct an Instance of ExponentialAffineZeroCoefficients using the CIR Stochastic Evolver