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 RegressionRunDetail
RegressionRunOutput. getRegressionDetail()
Retrieve the regression details objectMethods in org.drip.regression.core with parameters of type RegressionRunDetail Modifier and Type Method Description boolean
UnitRegressionExecutor. 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 boolean
BasisSplineRegressor. postRegression(RegressionRunDetail rnvd)
boolean
HermiteBasisSplineRegressor. postRegression(RegressionRunDetail rnvd)
boolean
LagrangePolynomialStretchRegressor. postRegression(RegressionRunDetail rnvd)
boolean
LocalControlBasisSplineRegressor. postRegression(RegressionRunDetail rrd)