Uses of Interface
org.drip.regression.core.UnitRegressor
Package | Description |
---|---|
org.drip.regression.core |
Regression Engine Core - Unit Regressors
|
org.drip.regression.curve |
Curve Construction/Reconciliation Regression Engine
|
org.drip.regression.curvejacobian |
Curve Jacobian Reconciliation Regression Engine
|
org.drip.regression.fixedpointfinder |
Fixed Point Finder Regression Engine
|
org.drip.regression.spline |
Custom Basis Spline Regression Engine
|
-
Uses of UnitRegressor in org.drip.regression.core
Classes in org.drip.regression.core that implement UnitRegressor Modifier and Type Class Description class
UnitRegressionExecutor
UnitRegressionExecutor implements the UnitRegressor, and splits the regression execution into pre-, execute, and post-regression.Methods in org.drip.regression.core that return types with arguments of type UnitRegressor Modifier and Type Method Description java.util.List<UnitRegressor>
RegressorSet. getRegressorSet()
Retrieve the list of regressors -
Uses of UnitRegressor in org.drip.regression.curve
Methods in org.drip.regression.curve that return types with arguments of type UnitRegressor Modifier and Type Method Description java.util.List<UnitRegressor>
CreditCurveRegressor. getRegressorSet()
java.util.List<UnitRegressor>
DiscountCurveRegressor. getRegressorSet()
java.util.List<UnitRegressor>
ZeroCurveRegressor. getRegressorSet()
-
Uses of UnitRegressor in org.drip.regression.curvejacobian
Methods in org.drip.regression.curvejacobian that return types with arguments of type UnitRegressor Modifier and Type Method Description java.util.List<UnitRegressor>
CashJacobianRegressorSet. getRegressorSet()
java.util.List<UnitRegressor>
DiscountCurveJacobianRegressorSet. getRegressorSet()
java.util.List<UnitRegressor>
EDFJacobianRegressorSet. getRegressorSet()
java.util.List<UnitRegressor>
IRSJacobianRegressorSet. getRegressorSet()
-
Uses of UnitRegressor in org.drip.regression.fixedpointfinder
Methods in org.drip.regression.fixedpointfinder that return types with arguments of type UnitRegressor Modifier and Type Method Description java.util.List<UnitRegressor>
BracketingRegressorSet. getRegressorSet()
java.util.List<UnitRegressor>
CompoundBracketingRegressorSet. getRegressorSet()
java.util.List<UnitRegressor>
OpenRegressorSet. getRegressorSet()
-
Uses of UnitRegressor in org.drip.regression.spline
Classes in org.drip.regression.spline that implement UnitRegressor Modifier and Type Class Description class
BasisSplineRegressor
BasisSplineRegressor implements the custom basis spline regressor for the given basis spline.class
HermiteBasisSplineRegressor
HermiteBasisSplineRegressor implements the Hermite basis spline regressor for the given basis spline.class
LagrangePolynomialStretchRegressor
LagrangePolynomialStretchRegressor implements the local control basis spline regressor for the given basis spline.class
LocalControlBasisSplineRegressor
LocalControlBasisSplineRegressor implements the local control basis spline regressor for the given basis spline.Methods in org.drip.regression.spline that return types with arguments of type UnitRegressor Modifier and Type Method Description java.util.List<UnitRegressor>
BasisSplineRegressorSet. getRegressorSet()