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 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.