Uses of Class
org.drip.dynamics.ito.R1StochasticDriver
Package | Description |
---|---|
org.drip.dynamics.ito |
Ito Stochastic Process Dynamics Foundation
|
org.drip.dynamics.meanreverting |
Mean Reverting Stochastic Process Dynamics
|
org.drip.dynamics.physical |
Implementation of Physical Process Dynamics
|
org.drip.dynamics.process |
Ito-Dynamics Based Stochastic Process
|
-
Uses of R1StochasticDriver in org.drip.dynamics.ito
Subclasses of R1StochasticDriver in org.drip.dynamics.ito Modifier and Type Class Description class
R1WienerDriver
R1WienerDriver exposes the R1 Wiener Background Emission Function. -
Uses of R1StochasticDriver in org.drip.dynamics.meanreverting
Constructors in org.drip.dynamics.meanreverting with parameters of type R1StochasticDriver Constructor Description R1BrownianStochasticEvolver(R1StochasticDriver r1StochasticDriver)
R1BrownianStochasticEvolver ConstructorR1CIRStochasticEvolver(double meanReversionSpeed, double meanReversionLevel, double volatilityCoefficient, R1StochasticDriver r1StochasticDriver)
R1CIRStochasticEvolver ConstructorR1CKLSStochasticEvolver(CKLSParameters cklsParameters, R1StochasticDriver r1StochasticDriver)
R1CKLSStochasticEvolver ConstructorR1OrnsteinUhlenbeckStochasticEvolver(double meanReversionSpeed, double volatility, R1StochasticDriver r1StochasticDriver)
R1OrnsteinUhlenbeckStochasticEvolver ConstructorR1VasicekStochasticEvolver(double meanReversionSpeed, double meanReversionLevel, double volatility, R1StochasticDriver r1StochasticDriver)
R1VasicekStochasticEvolver Constructor -
Uses of R1StochasticDriver in org.drip.dynamics.physical
Constructors in org.drip.dynamics.physical with parameters of type R1StochasticDriver Constructor Description LangevinEvolver(double elasticityCoefficient, double dampingCoefficient, double restLength, double temperature, R1StochasticDriver r1StochasticDriver)
R1NoisyRelaxationDrift Constructor -
Uses of R1StochasticDriver in org.drip.dynamics.process
Methods in org.drip.dynamics.process that return R1StochasticDriver Modifier and Type Method Description R1StochasticDriver
R1StochasticEvolver. stochasticDriver()
Retrieve the Stochastic DriverConstructors in org.drip.dynamics.process with parameters of type R1StochasticDriver Constructor Description R1StochasticEvolver(R1ToR1Drift driftFunction, R1ToR1Volatility volatilityFunction, R1StochasticDriver stochasticDriver)
R1StochasticEvolver Constructor