Overload List

  NameDescription
GoodnessOfFit(LinearRegression)
Constructs a GoodnessOfFit instance from the given LinearRegression.
GoodnessOfFit(PolynomialLeastSquares, DoubleVector, DoubleVector)
Constructs a GoodnessOfFit instance from the given PolynomialLeastSquares.
GoodnessOfFit(OneVariableFunctionFitter<(Of <(LevenbergMarquardtMinimizer>)>), DoubleVector, DoubleVector, DoubleVector)
Constructs a GoodnessOfFit instance from the given OneVariableFunctionFitter which uses the LevenbergMarquardtMinimizer.
GoodnessOfFit(OneVariableFunctionFitter<(Of <(TrustRegionMinimizer>)>), DoubleVector, DoubleVector, DoubleVector)
Constructs a GoodnessOfFit instance from the given OneVariableFunctionFitter which uses the TrustRegionMinimizer.

See Also