Uses of Class
org.drip.dynamics.meanreverting.R1CKLSStochasticEvolver
| Package | Description |
|---|---|
| org.drip.dynamics.meanreverting |
Mean Reverting Stochastic Process Dynamics
|
| org.drip.dynamics.physical |
Implementation of Physical Process Dynamics
|
-
Uses of R1CKLSStochasticEvolver in org.drip.dynamics.meanreverting
Subclasses of R1CKLSStochasticEvolver in org.drip.dynamics.meanreverting Modifier and Type Class Description classR1CIRStochasticEvolverR1CIRStochasticEvolver implements the R1 Cos-Ingersoll-Ross Stochastic Evolver.classR1OrnsteinUhlenbeckStochasticEvolverR1OrnsteinUhlenbeckStochasticEvolver implements the R1 Ornstein-Uhlenbeck Stochastic Evolver.classR1VasicekStochasticEvolverR1VasicekStochasticEvolver implements the R1 Vasicek Stochastic Evolver.Methods in org.drip.dynamics.meanreverting that return R1CKLSStochasticEvolver Modifier and Type Method Description static R1CKLSStochasticEvolverR1CKLSStochasticEvolver. Wiener(double meanReversionSpeed, double meanReversionLevel, double volatility, double cklsExponent, double timeWidth)Construct a Weiner Instance of R1CKLSStochasticEvolver Process -
Uses of R1CKLSStochasticEvolver in org.drip.dynamics.physical
Subclasses of R1CKLSStochasticEvolver in org.drip.dynamics.physical Modifier and Type Class Description classLangevinEvolverLangevinEvolver implements the Noisy Elastic Relaxation Process in a Friction-Thermal Background.