Click or drag to resize

PolynomialLeastSquares Constructor

Overload List
 NameDescription
Public methodPolynomialLeastSquares(Int32, DoubleVector, DoubleVector) Constructs a PolynomialLeastSquares instances that fits the given data.
Public methodPolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Boolean) Constructs a PolynomialLeastSquares instances that fits the given data.
Public methodPolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Double) Constructs a PolynomialLeastSquares instances that fits the given data.
Public methodPolynomialLeastSquares(Int32, DoubleVector, DoubleVector, Boolean, Double) Constructs a PolynomialLeastSquares instances that fits the given data.
Top
See Also