Uses of Enum
net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities.ForwardSensitivities.ReductionMethod
Packages that use ForwardSensitivities.ReductionMethod
Package
Description
Provides method to obtain robust and fast forward sensitivites and hedge ratios.
-
Uses of ForwardSensitivities.ReductionMethod in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities
Subclasses with type arguments of type ForwardSensitivities.ReductionMethod in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivitiesModifier and TypeClassDescriptionstatic enumThe reduced coefficient criterion used to determine the basis coefficients.Methods in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities that return ForwardSensitivities.ReductionMethodModifier and TypeMethodDescriptionForwardSensitivities.ProjectedHedgeRatioResult.getReductionMethod()Returns the enum constant of this type with the specified name.static ForwardSensitivities.ReductionMethod[]ForwardSensitivities.ReductionMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities with parameters of type ForwardSensitivities.ReductionMethodModifier and TypeMethodDescriptionForwardSensitivities.getHedgeRatios(Map<String, Long> parameterIDsByName, double evaluationTime, RandomVariable derivativeValue, RandomVariable[] hedgePortfolioValues, RandomVariable[] solutionBasisFunctions, RandomVariable[] testBasisFunctions, double regularizationLambda, ForwardSensitivities.ReductionMethod reductionMethod) General reduced stochastic hedge-ratio calculation supporting both coefficient criteria.ForwardSensitivities.getHedgeRatiosReduced(Map<String, Long> parameterIDsByName, double evaluationTime, RandomVariable derivativeValue, RandomVariable[] hedgePortfolioValues, RandomVariable[] basisFunctions, double regularizationLambda, ForwardSensitivities.ReductionMethod reductionMethod) General reduced stochastic hedge-ratio calculation supporting both coefficient criteria.Constructors in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities with parameters of type ForwardSensitivities.ReductionMethodModifierConstructorDescriptionProjectedHedgeRatioResult(RandomVariable[] hedgeRatios, double[][] coefficients, double[][] reducedMatrix, double[] reducedRhs, List<String> riskFactorNames, ForwardSensitivities.ReductionMethod reductionMethod)