Click or drag to resize

GoodnessOfFit Constructor

Overload List
 NameDescription
Public methodGoodnessOfFit(LinearRegression) Constructs a GoodnessOfFit instance from the given LinearRegression.
Public methodGoodnessOfFit(PolynomialLeastSquares, DoubleVector, DoubleVector) Constructs a GoodnessOfFit instance from the given PolynomialLeastSquares.
Public methodGoodnessOfFit(OneVariableFunctionFitterLevenbergMarquardtMinimizer, DoubleVector, DoubleVector, DoubleVector) Constructs a GoodnessOfFit instance from the given OneVariableFunctionFitter which uses the LevenbergMarquardtMinimizer.
Public methodGoodnessOfFit(OneVariableFunctionFitterTrustRegionMinimizer, DoubleVector, DoubleVector, DoubleVector) Constructs a GoodnessOfFit instance from the given OneVariableFunctionFitter which uses the TrustRegionMinimizer.
Top
See Also