Uses of Class
org.drip.regression.core.UnitRegressionExecutor
| Package | Description |
|---|---|
| org.drip.regression.spline |
Custom Basis Spline Regression Engine
|
-
Uses of UnitRegressionExecutor in org.drip.regression.spline
Subclasses of UnitRegressionExecutor in org.drip.regression.spline Modifier and Type Class Description classBasisSplineRegressorBasisSplineRegressor implements the custom basis spline regressor for the given basis spline.classHermiteBasisSplineRegressorHermiteBasisSplineRegressor implements the Hermite basis spline regressor for the given basis spline.classLagrangePolynomialStretchRegressorLagrangePolynomialStretchRegressor implements the local control basis spline regressor for the given basis spline.classLocalControlBasisSplineRegressorLocalControlBasisSplineRegressor implements the local control basis spline regressor for the given basis spline.