Package org.drip.dynamics.lmm
Class PathwiseQMRealization
java.lang.Object
org.drip.dynamics.lmm.PathwiseQMRealization
public class PathwiseQMRealization
extends java.lang.Object
PathwiseQMRealization contains the Sequence of the Simulated Target Point State QM Realizations and
 their corresponding Date Nodes. The formulations for the case of the Forward Rates are in:
        
  
  
- Goldys, B., M. Musiela, and D. Sondermann (1994): Log-normality of Rates and Term Structure Models The University of New South Wales
- Musiela, M. (1994): Nominal Annual Rates and Log-normal Volatility Structure The University of New South Wales
- Brace, A., D. Gatarek, and M. Musiela (1997): The Market Model of Interest Rate Dynamics Mathematical Finance 7 (2) 127-155
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = HJM, Hull White, LMM, and SABR Dynamic Evolution Models
- Package = LMM Based Latent State Evolution
- Author:
- Lakshmi Krishnamurthy
- 
Constructor SummaryConstructors Constructor Description PathwiseQMRealization(int[] aiTargetDateNode, double[] adblPointStateQMRealization)PathwiseQMRealization Constructor
- 
Method SummaryModifier and Type Method Description double[]realizedQM()Retrieve the Array of the Realized QMint[]targetDate()Retrieve the Array of the Target Date NodesMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
PathwiseQMRealizationpublic PathwiseQMRealization(int[] aiTargetDateNode, double[] adblPointStateQMRealization) throws java.lang.ExceptionPathwiseQMRealization Constructor- Parameters:
- aiTargetDateNode- Array of Target Date Nodes
- adblPointStateQMRealization- Array of the Realized QM
- Throws:
- java.lang.Exception- Thrown if Inputs are Invalid
 
 
- 
- 
Method Details- 
targetDatepublic int[] targetDate()Retrieve the Array of the Target Date Nodes- Returns:
- Array of the Target Date Nodes
 
- 
realizedQMpublic double[] realizedQM()Retrieve the Array of the Realized QM- Returns:
- Array of the Realized QM
 
 
-