Uses of Class
org.drip.numerical.differentiation.WengertJacobian
| Package | Description | 
|---|---|
| org.drip.numerical.differentiation | R1 Rd Numerical Differentiation Schemes | 
| org.drip.product.credit | Credit Products - Components and Baskets | 
| org.drip.product.definition | Fixed Income Components/Baskets Definitions | 
| org.drip.product.fra | Standard/Market FRAs - Caps/Floors | 
| org.drip.product.fx | FX Forwards, Cross Currency Swaps | 
| org.drip.product.option | Options on Fixed Income Components | 
| org.drip.product.rates | Fixed Income Multi-Stream Components | 
| org.drip.service.common | Assorted Data Structures Support Utilities | 
| org.drip.spline.grid | Aggregated/Overlapping Stretch/Span Grids | 
| org.drip.spline.segment | Flexure Penalizing Best Fit Segment | 
| org.drip.spline.stretch | Multi-Segment Sequence Spline Stretch | 
| org.drip.state.basis | Basis State Curve Construction/Estimation | 
| org.drip.state.curve | Basis Spline Based Latent States | 
| org.drip.state.discount | Discount Curve Spline Latent State | 
| org.drip.state.forward | Forward Latent State Curve Estimator | 
| org.drip.state.fx | FX Latent State Curve Estimator | 
| org.drip.state.govvie | Govvie Latent State Curve Estimator | 
| org.drip.state.nonlinear | Nonlinear (i.e., Boot) Latent State Construction | 
- 
Uses of WengertJacobian in org.drip.numerical.differentiationMethods in org.drip.numerical.differentiation with parameters of type WengertJacobian Modifier and Type Method Description booleanWengertJacobian. cumulativeMerge(WengertJacobian wjOther)Accumulate and merge partial entries from the other CurveWengertJacobianbooleanWengertJacobian. cumulativeMerge(WengertJacobian wjOther, double dblWeight)Accumulate and merge the weighted partial entries from the other CurveWengertJacobian
- 
Uses of WengertJacobian in org.drip.product.creditMethods in org.drip.product.credit that return WengertJacobian Modifier and Type Method Description WengertJacobianBondComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)WengertJacobianCDSComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)WengertJacobianBondComponent. manifestMeasureDFMicroJack(java.lang.String strManifestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)WengertJacobianCDSComponent. manifestMeasureDFMicroJack(java.lang.String strManifestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)
- 
Uses of WengertJacobian in org.drip.product.definitionMethods in org.drip.product.definition that return WengertJacobian Modifier and Type Method Description abstract WengertJacobianCalibratableComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)Compute the Jacobian of the Dirty PV to the Calibrated Input Manifest Measuresabstract WengertJacobianCalibratableComponent. manifestMeasureDFMicroJack(java.lang.String strMainfestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)Compute the micro-Jacobian of the given measure to the DF
- 
Uses of WengertJacobian in org.drip.product.fraMethods in org.drip.product.fra that return WengertJacobian Modifier and Type Method Description WengertJacobianFRAStandardComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)WengertJacobianFRAStandardComponent. manifestMeasureDFMicroJack(java.lang.String strManifestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)
- 
Uses of WengertJacobian in org.drip.product.fxMethods in org.drip.product.fx that return WengertJacobian Modifier and Type Method Description WengertJacobianFXForwardComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams quotingParams)WengertJacobianFXForwardComponent. manifestMeasureDFMicroJack(java.lang.String strManifestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams quotingParams)
- 
Uses of WengertJacobian in org.drip.product.optionMethods in org.drip.product.option that return WengertJacobian Modifier and Type Method Description WengertJacobianOptionComponent. jackDDirtyPVDManifestMeasure(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)WengertJacobianOptionComponent. manifestMeasureDFMicroJack(java.lang.String strMainfestMeasure, ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp)
- 
Uses of WengertJacobian in org.drip.product.rates
- 
Uses of WengertJacobian in org.drip.service.commonMethods in org.drip.service.common that return WengertJacobian Modifier and Type Method Description static WengertJacobianCollectionUtil. AppendWengert(java.util.List<WengertJacobian> wengertJacobianList)Append the Wengert Jacobians inside the list onto one single compositeMethod parameters in org.drip.service.common with type arguments of type WengertJacobian Modifier and Type Method Description static WengertJacobianCollectionUtil. AppendWengert(java.util.List<WengertJacobian> wengertJacobianList)Append the Wengert Jacobians inside the list onto one single composite
- 
Uses of WengertJacobian in org.drip.spline.gridMethods in org.drip.spline.grid that return WengertJacobian Modifier and Type Method Description WengertJacobianAggregatedSpan. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)WengertJacobianOverlappingStretchSpan. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)WengertJacobianSpan. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)Calculate the Response Derivative to the Manifest Measure at the specified Ordinate
- 
Uses of WengertJacobian in org.drip.spline.segmentMethods in org.drip.spline.segment that return WengertJacobian Modifier and Type Method Description WengertJacobianLatentStateResponseModel. jackDCoeffDEdgeInputs()Calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge InputsWengertJacobianLatentStateResponseModel. jackDCoeffDEdgeParams(double[] predictorOrdinateArray, double[] responseValueArray, double[] leftEdgeDerivativeArray, double[] rightEdgeDerivativeArray, SegmentBasisFlexureConstraint[] segmentBasisFlexureConstraintArray, SegmentBestFitResponse segmentBestFitResponse)Calibrate the segment and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersWengertJacobianLatentStateResponseModel. jackDCoeffDEdgeParams(double leftValue, double leftSlope, double rightValue, SegmentBestFitResponse stateSegmentBestFitResponse)Calibrate the Coefficients from the Edge Response Values and the Left Edge Response Value Slope and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersWengertJacobianLatentStateResponseModel. jackDCoeffDEdgeParams(LatentStateResponseModel precedingLatentStateResponseModel, java.lang.String manifestMeasure, double rightStateValue, SegmentBestFitResponse stateSegmentBestFitResponse, double rightStateManifestSensitivity, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor Ordinate and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersWengertJacobianLatentStateResponseModel. jackDResponseDBasisCoeff(double predictorOrdinate, int order)Calculate the Jacobian of the Response to the Basis Coefficients at the given Predictor OrdinateWengertJacobianLatentStateResponseModel. jackDResponseDEdgeInput(double predictorOrdinate, int order)Calculate the Jacobian of the Response to the Edge Inputs at the given Predictor Ordinate
- 
Uses of WengertJacobian in org.drip.spline.stretchMethods in org.drip.spline.stretch that return WengertJacobian Modifier and Type Method Description WengertJacobianCalibratableMultiSegmentSequence. jackDResponseDCalibrationInput(double predictorOrdinate, int order)WengertJacobianSingleSegmentLagrangePolynomial. jackDResponseDCalibrationInput(double predictorOrdinate, int order)WengertJacobianSingleSegmentSequence. jackDResponseDCalibrationInput(double predictorOrdinate, int order)Calculate the Response Derivative to the Calibration Inputs at the specified OrdinateWengertJacobianCalibratableMultiSegmentSequence. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)WengertJacobianSingleSegmentLagrangePolynomial. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)WengertJacobianSingleSegmentSequence. jackDResponseDManifestMeasure(java.lang.String manifestMeasure, double predictorOrdinate, int order)Calculate the Response Derivative to the Manifest Measure at the specified Ordinate
- 
Uses of WengertJacobian in org.drip.state.basisMethods in org.drip.state.basis that return WengertJacobian Modifier and Type Method Description abstract WengertJacobianBasisCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given dateWengertJacobianBasisCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, java.lang.String tenor)Retrieve the Manifest Measure Jacobian of the Forward Rate to the date implied by the given TenorWengertJacobianBasisCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, JulianDate date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given date
- 
Uses of WengertJacobian in org.drip.state.curveMethods in org.drip.state.curve that return WengertJacobian Modifier and Type Method Description WengertJacobianDeterministicCollateralChoiceDiscountCurve. jackDDFDManifestMeasure(int date, java.lang.String strManifestMeasure)WengertJacobianDiscountFactorDiscountCurve. jackDDFDManifestMeasure(int date, java.lang.String manifestMeasure)WengertJacobianForeignCollateralizedDiscountCurve. jackDDFDManifestMeasure(int date, java.lang.String manifestMeasure)WengertJacobianZeroRateDiscountCurve. jackDDFDManifestMeasure(int date, java.lang.String manifestMeasure)WengertJacobianBasisSplineBasisCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianBasisSplineForwardRate. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianBasisSplineFXForward. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianBasisSplineGovvieYield. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)
- 
Uses of WengertJacobian in org.drip.state.discountMethods in org.drip.state.discount that return WengertJacobian Modifier and Type Method Description WengertJacobianMergedDiscountForwardCurve. compJackDPVDManifestMeasure(int date)Calculate the Jacobian of PV at the given date to the Manifest Measure of each component in the calibration set to the DFWengertJacobianMergedDiscountForwardCurve. compJackDPVDManifestMeasure(JulianDate date)Calculate the Jacobian of PV at the given date to the Manifest Measure of each component in the calibration set to the DFabstract WengertJacobianMergedDiscountForwardCurve. jackDDFDManifestMeasure(int date, java.lang.String manifestMeasure)Retrieve the Manifest Measure Jacobian of the Discount Factor to the given dateWengertJacobianMergedDiscountForwardCurve. jackDDFDManifestMeasure(java.lang.String tenor, java.lang.String manifestMeasure)Retrieve the Manifest Measure Jacobian of the Discount Factor to the date implied by the given TenorWengertJacobianMergedDiscountForwardCurve. jackDDFDManifestMeasure(JulianDate date, java.lang.String manifestMeasure)Retrieve the Manifest Measure Jacobian of the Discount Factor to the given dateWengertJacobianMergedDiscountForwardCurve. jackDForwardDManifestMeasure(int date1, int date2, java.lang.String manifestMeasure, double elapsedYearFraction)Retrieve the Jacobian of the Forward Rate to the Manifest Measure between the given datesWengertJacobianMergedDiscountForwardCurve. jackDForwardDManifestMeasure(JulianDate date, java.lang.String tenor, java.lang.String manifestMeasure, double elapsedYearFraction)Retrieve the Jacobian of the Forward Rate to the Manifest Measure at the given dateWengertJacobianMergedDiscountForwardCurve. jackDForwardDManifestMeasure(JulianDate date1, JulianDate date2, java.lang.String manifestMeasure, double elapsedYearFraction)Retrieve the Jacobian of the Forward Rate to the Manifest Measure between the given datesWengertJacobianMergedDiscountForwardCurve. zeroRateJack(int date, java.lang.String manifestMeasure)Retrieve the Jacobian for the Zero Rate to the given dateWengertJacobianMergedDiscountForwardCurve. zeroRateJack(JulianDate date, java.lang.String manifestMeasure)Retrieve the Jacobian for the Zero Rate to the given date
- 
Uses of WengertJacobian in org.drip.state.forwardMethods in org.drip.state.forward that return WengertJacobian Modifier and Type Method Description abstract WengertJacobianForwardCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given dateWengertJacobianForwardCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, java.lang.String tenor)Retrieve the Manifest Measure Jacobian of the Forward Rate to the date implied by the given TenorWengertJacobianForwardCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, JulianDate date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given date
- 
Uses of WengertJacobian in org.drip.state.fxMethods in org.drip.state.fx that return WengertJacobian Modifier and Type Method Description abstract WengertJacobianFXCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given dateWengertJacobianFXCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, java.lang.String tenor)Retrieve the Manifest Measure Jacobian of the Forward Rate to the date implied by the given TenorWengertJacobianFXCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, JulianDate date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given date
- 
Uses of WengertJacobian in org.drip.state.govvieMethods in org.drip.state.govvie that return WengertJacobian Modifier and Type Method Description abstract WengertJacobianGovvieCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given dateWengertJacobianGovvieCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, java.lang.String tenor)Retrieve the Manifest Measure Jacobian of the Forward Rate to the date implied by the given TenorWengertJacobianGovvieCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, JulianDate date)Retrieve the Manifest Measure Jacobian of the Forward Rate to the given date
- 
Uses of WengertJacobian in org.drip.state.nonlinearMethods in org.drip.state.nonlinear that return WengertJacobian Modifier and Type Method Description WengertJacobianFlatForwardDiscountCurve. jackDDFDManifestMeasure(int date, java.lang.String manifestMeasure)WengertJacobianFlatForwardForwardCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianFlatForwardFXCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianFlatForwardGovvieCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)WengertJacobianFlatYieldGovvieCurve. jackDForwardDManifestMeasure(java.lang.String manifestMeasure, int date)