Uses of Class
org.drip.dynamics.meanreverting.CKLSParameters
Package | Description |
---|---|
org.drip.dynamics.kolmogorov |
Fokker Planck Kolmogorov Forward/Backward
|
org.drip.dynamics.meanreverting |
Mean Reverting Stochastic Process Dynamics
|
org.drip.dynamics.process |
Ito-Dynamics Based Stochastic Process
|
org.drip.function.r1tor1custom |
Built-in R1 To R1 Custom Functions
|
-
Uses of CKLSParameters in org.drip.dynamics.kolmogorov
Methods in org.drip.dynamics.kolmogorov that return CKLSParameters Modifier and Type Method Description CKLSParameters
R1FokkerPlanckCKLS. cklsParameters()
Retrieve the CKLS ParametersConstructors in org.drip.dynamics.kolmogorov with parameters of type CKLSParameters Constructor Description R1FokkerPlanckCIR(CKLSParameters cklsParameters)
R1FokkerPlanckCIR ConstructorR1FokkerPlanckCKLS(CKLSParameters cklsParameters)
R1FokkerPlanckCKLS ConstructorR1FokkerPlanckOrnsteinUhlenbeck(CKLSParameters cklsParameters)
R1FokkerPlanckOrnsteinUhlenbeck Constructor -
Uses of CKLSParameters in org.drip.dynamics.meanreverting
Methods in org.drip.dynamics.meanreverting that return CKLSParameters Modifier and Type Method Description CKLSParameters
R1CKLSStochasticEvolver. cklsParameters()
Retrieve the CKLS Parametersstatic CKLSParameters
CKLSParameters. CoxIngersollRoss(double meanReversionSpeed, double meanReversionLevel, double volatilityCoefficient)
Construct the Cox-Ingersoll-Ross Instance of the CKLS Parametersstatic CKLSParameters
CKLSParameters. OrnsteinUhlenbeck(double meanReversionSpeed, double volatility)
Construct the Ornstein-Uhlenbeck Instance of the CKLS Parametersstatic CKLSParameters
CKLSParameters. Vasicek(double meanReversionSpeed, double meanReversionLevel, double volatility)
Construct the Vasicek Instance of the CKLS ParametersConstructors in org.drip.dynamics.meanreverting with parameters of type CKLSParameters Constructor Description R1CKLSStochasticEvolver(CKLSParameters cklsParameters, R1StochasticDriver r1StochasticDriver)
R1CKLSStochasticEvolver Constructor -
Uses of CKLSParameters in org.drip.dynamics.process
Methods in org.drip.dynamics.process that return CKLSParameters Modifier and Type Method Description CKLSParameters
R1ProbabilityDensityFunctionCIR. cklsParameters()
Retrieve the CKLS ParametersConstructors in org.drip.dynamics.process with parameters of type CKLSParameters Constructor Description R1ProbabilityDensityFunctionCIR(double r0, CKLSParameters cklsParameters, ModifiedBesselFirstKindEstimator modifiedBesselFirstKindEstimator)
R1ProbabilityDensityFunctionCIR Constructor -
Uses of CKLSParameters in org.drip.function.r1tor1custom
Methods in org.drip.function.r1tor1custom with parameters of type CKLSParameters Modifier and Type Method Description static CIRPDF
CIRPDF. Standard(CKLSParameters cklsParameters)
Construct a Standard Instance of CIR PDF