Uses of Class
net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities.ForwardSensitivities.ProjectedHedgeRatioResult
Packages that use ForwardSensitivities.ProjectedHedgeRatioResult
Package
Description
Provides method to obtain robust and fast forward sensitivites and hedge ratios.
-
Uses of ForwardSensitivities.ProjectedHedgeRatioResult in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities
Methods in net.finmath.montecarlo.automaticdifferentiation.forwardsensitivities that return ForwardSensitivities.ProjectedHedgeRatioResultModifier 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.getHedgeRatiosEmpiricalL2(Map<String, Long> parameterIDsByName, double evaluationTime, RandomVariable derivativeValue, RandomVariable[] hedgePortfolioValues, RandomVariable[] basisFunctions, double regularizationLambda) Reduced empirical L2 stochastic hedge-ratio calculation.ForwardSensitivities.getHedgeRatiosProjected(Map<String, Long> parameterIDsByName, double evaluationTime, RandomVariable derivativeValue, RandomVariable[] hedgePortfolioValues, RandomVariable[] basisFunctions, double regularizationLambda) Backwards-compatible projected stochastic hedge-ratio calculation.ForwardSensitivities.getHedgeRatiosProjected(Map<String, Long> parameterIDsByName, double evaluationTime, RandomVariable derivativeValue, RandomVariable[] hedgePortfolioValues, RandomVariable[] solutionBasisFunctions, RandomVariable[] testBasisFunctions, double regularizationLambda) Projected stochastic hedge-ratio calculation with separate solution and test bases.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.