Click or drag to resize

PolynomialLeastSquaresDesignMatrix Property

Gets the design matrix for the fit.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix DesignMatrix { get; }

Property Value

DoubleMatrix
Remarks
The design matrix is the matrix whose ith row is:
C#
xi^n  xi^(n-1) xi^(n-2) . . .  xi  1
where n is the degree of the polynomial fitted.
See Also