Package | Description |
---|---|
org.drip.dynamics.evolution | |
org.drip.dynamics.lmm |
Modifier and Type | Method and Description |
---|---|
LSQMCurveUpdate |
CurveStateEvolver.evolve(int iSpotDate,
int iViewDate,
int iSpotTimeIncrement,
LSQMCurveUpdate lsqmPrev)
Evolve the Latent State and return the LSQM Curve Update
|
Modifier and Type | Method and Description |
---|---|
LSQMCurveUpdate |
CurveStateEvolver.evolve(int iSpotDate,
int iViewDate,
int iSpotTimeIncrement,
LSQMCurveUpdate lsqmPrev)
Evolve the Latent State and return the LSQM Curve Update
|
double[][] |
CurveStateEvolver.simulatePrincipalMetric(int iEvolutionStartDate,
int iEvolutionFinishDate,
int iEvolutionIncrement,
int iViewDate,
LSQMCurveUpdate lsqmStart,
int iNumSimulation)
Simulate the Principal Metric from the Start to the End Date
|
Modifier and Type | Class and Description |
---|---|
class |
BGMCurveUpdate
BGMCurveUpdate contains the Instantaneous Snapshot of the Evolving Discount Curve Latent State
Quantification Metrics Updated using the BGM LIBOR Update Dynamics.
|
Modifier and Type | Method and Description |
---|---|
BGMCurveUpdate |
LognormalLIBORCurveEvolver.evolve(int iSpotDate,
int iViewDate,
int iSpotTimeIncrement,
LSQMCurveUpdate lsqmPrev) |
double[][] |
LognormalLIBORCurveEvolver.simulatePrincipalMetric(int iEvolutionStartDate,
int iEvolutionFinishDate,
int iEvolutionIncrement,
int iViewDate,
LSQMCurveUpdate lsqmStart,
int iNumSimulation) |
ForwardCurve[] |
LognormalLIBORCurveEvolver.simulateTerminalLatentState(int iEvolutionStartDate,
int iEvolutionFinishDate,
int iEvolutionIncrement,
int iViewDate,
LSQMCurveUpdate lsqmStart,
int iNumSimulation)
Construct an Array of Forward Curves that Result from the Simulation
|