Uses of Interface
org.drip.dynamics.ito.RdToR1Drift
| Package | Description |
|---|---|
| org.drip.dynamics.kolmogorov |
Fokker Planck Kolmogorov Forward/Backward
|
| org.drip.dynamics.process |
Ito-Dynamics Based Stochastic Process
|
-
Uses of RdToR1Drift in org.drip.dynamics.kolmogorov
Methods in org.drip.dynamics.kolmogorov that return RdToR1Drift Modifier and Type Method Description RdToR1Drift[]RdFokkerPlanck. driftFunctionArray()Retrieve the Drift Function ArrayMethods in org.drip.dynamics.kolmogorov with parameters of type RdToR1Drift Modifier and Type Method Description double[][]RiskenOmegaEstimator. estimateOmega(DiffusionTensor diffusionTensor, RdToR1Drift[] driftFunctionArray)Estimate Omega Matrix using the Risken AlgorithmConstructors in org.drip.dynamics.kolmogorov with parameters of type RdToR1Drift Constructor Description RdFokkerPlanck(RdToR1Drift[] driftFunctionArray, DiffusionTensor diffusionTensor, RiskenOmegaEstimator riskenOmegaEstimator)RdFokkerPlanck Constructor -
Uses of RdToR1Drift in org.drip.dynamics.process
Methods in org.drip.dynamics.process that return RdToR1Drift Modifier and Type Method Description RdToR1Drift[]RdStochasticEvolver. driftFunctionArray()Retrieve the Drift Function ArrayConstructors in org.drip.dynamics.process with parameters of type RdToR1Drift Constructor Description RdStochasticEvolver(RdToR1Drift[] driftFunctionArray, RdToR1Volatility[][] volatilityFunctionGrid, RdStochasticDriver stochasticDriver)RdStochasticEvolver Constructor