Uses of Interface
net.finmath.montecarlo.interestrate.models.covariance.TermStructureTenorTimeScaling
Packages that use TermStructureTenorTimeScaling
Package
Description
Contains covariance models and their calibration as plug-ins for the LIBOR market model and volatility and correlation models which may be used to build a covariance model.
-
Uses of TermStructureTenorTimeScaling in net.finmath.montecarlo.interestrate.models.covariance
Subinterfaces of TermStructureTenorTimeScaling in net.finmath.montecarlo.interestrate.models.covarianceModifier and TypeInterfaceDescriptioninterfaceA base class and interface description for the instantaneous covariance of an forward rate interest rate model.Classes in net.finmath.montecarlo.interestrate.models.covariance that implement TermStructureTenorTimeScalingModifier and TypeClassDescriptionclassclassA base class and interface description for the instantaneous covariance of an forward rate interest rate model.classMethods in net.finmath.montecarlo.interestrate.models.covariance that return TermStructureTenorTimeScalingModifier and TypeMethodDescriptionTermStructureTenorTimeScaling.clone()TermStructureTenorTimeScalingPicewiseConstant.clone()TermStructureTenorTimeScaling.getCloneWithModifiedParameters(double[] parameters)Create a new object constructed from a clone of this time scaling, where some parameters have been modified.TermStructureTenorTimeScalingPicewiseConstant.getCloneWithModifiedParameters(double[] parameters)Constructors in net.finmath.montecarlo.interestrate.models.covariance with parameters of type TermStructureTenorTimeScalingModifierConstructorDescriptionTermStructCovarianceModelFromLIBORCovarianceModelParametric(TermStructureTenorTimeScaling tenorTimeScalingModel, AbstractLIBORCovarianceModelParametric covarianceModel)