Overload List

  NameDescription
PolynomialLeastSquares(Int32, DoubleVector, DoubleVector)
Constructs a PolynomialLeastSquares instances that fits the given data.
PolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Boolean)
Constructs a PolynomialLeastSquares instances that fits the given data.
PolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Double)
Constructs a PolynomialLeastSquares instances that fits the given data.
PolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Boolean, Double)
Constructs a PolynomialLeastSquares instances that fits the given data.

See Also