Uses of Class
org.drip.regression.core.RegressionRunDetail
| Package | Description |
|---|---|
| org.drip.regression.core |
Regression Engine Core - Unit Regressors
|
| org.drip.regression.spline |
Custom Basis Spline Regression Engine
|
-
Uses of RegressionRunDetail in org.drip.regression.core
Methods in org.drip.regression.core that return RegressionRunDetail Modifier and Type Method Description RegressionRunDetailRegressionRunOutput. getRegressionDetail()Retrieve the regression details objectMethods in org.drip.regression.core with parameters of type RegressionRunDetail Modifier and Type Method Description booleanUnitRegressionExecutor. postRegression(RegressionRunDetail rnvd)Clean-up of the objects set-up for the regression -
Uses of RegressionRunDetail in org.drip.regression.spline
Methods in org.drip.regression.spline with parameters of type RegressionRunDetail Modifier and Type Method Description booleanBasisSplineRegressor. postRegression(RegressionRunDetail rnvd)booleanHermiteBasisSplineRegressor. postRegression(RegressionRunDetail rnvd)booleanLagrangePolynomialStretchRegressor. postRegression(RegressionRunDetail rnvd)booleanLocalControlBasisSplineRegressor. postRegression(RegressionRunDetail rrd)