|
CurveFitterLibraries
Classes and methods for fitting growth curves
|
A generic interface, in the hopes of eventually cleaning the thing up with a more OO programming method More...
Public Member Functions | |
| double | calculateAbsError () |
| double | calculateResidualSumofSquares () |
Properties | |
| bool | FitByDefault [get] |
| Should this be fit by default? Not fitting can save automatic loadings More... | |
| bool | SuccessfulFit [get] |
| Was the fit successful? Converged, etc. More... | |
| double | AbsError [get] |
| double[] | Parameters [get] |
| double[] | PredictedValues [get] |
| double | R2 [get] |
| double[] | Residuals [get] |
| double | RMSE [get] |
| double[] | X [get] |
| double[] | Y [get] |
| string | Comment [get] |
A generic interface, in the hopes of eventually cleaning the thing up with a more OO programming method
| double GrowthCurveLibrary.IAbstractFitter.calculateAbsError | ( | ) |
| double GrowthCurveLibrary.IAbstractFitter.calculateResidualSumofSquares | ( | ) |
|
get |
|
get |
|
get |
Should this be fit by default? Not fitting can save automatic loadings
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
Was the fit successful? Converged, etc.
|
get |
|
get |