Uses of Class
org.drip.dynamics.ito.TimeR1Vertex
| Package | Description |
|---|---|
| org.drip.dynamics.ito |
Ito Stochastic Process Dynamics Foundation
|
| org.drip.dynamics.kolmogorov |
Fokker Planck Kolmogorov Forward/Backward
|
| org.drip.dynamics.physical |
Implementation of Physical Process Dynamics
|
| org.drip.dynamics.process |
Ito-Dynamics Based Stochastic Process
|
-
Uses of TimeR1Vertex in org.drip.dynamics.ito
Methods in org.drip.dynamics.ito with parameters of type TimeR1Vertex Modifier and Type Method Description abstract doubleR1ToR1Drift. drift(TimeR1Vertex r1TimeVertex)Calculates the Drift Valueabstract doubleR1ToR1Volatility. volatility(TimeR1Vertex r1TimeVertex)Calculates the Volatility Value -
Uses of TimeR1Vertex in org.drip.dynamics.kolmogorov
Methods in org.drip.dynamics.kolmogorov with parameters of type TimeR1Vertex Modifier and Type Method Description doubleR1FokkerPlanck. pdfDot(R1ProbabilityDensityFunction probabilityDensityFunction, TimeR1Vertex timeR1Vertex)Compute the Next Incremental Time Derivative of the PDF -
Uses of TimeR1Vertex in org.drip.dynamics.physical
Methods in org.drip.dynamics.physical with parameters of type TimeR1Vertex Modifier and Type Method Description doubleR1WhiteThermalFrictionalNoise. volatility(TimeR1Vertex r1TimeVertex) -
Uses of TimeR1Vertex in org.drip.dynamics.process
Methods in org.drip.dynamics.process that return TimeR1Vertex Modifier and Type Method Description TimeR1VertexR1StochasticEvolver. evolve(TimeR1Vertex currentVertex, double timeIncrement)Generate the Next Vertex in the IterationMethods in org.drip.dynamics.process with parameters of type TimeR1Vertex Modifier and Type Method Description abstract doubleR1ProbabilityDensityFunction. density(TimeR1Vertex r1TimeVertex)Calculates the PDF Density ValuedoubleR1ProbabilityDensityFunctionCIR. density(TimeR1Vertex r1TimeVertex)TimeR1VertexR1StochasticEvolver. evolve(TimeR1Vertex currentVertex, double timeIncrement)Generate the Next Vertex in the Iteration