Gets the least squares object used to compute the coefficients.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleLeastSquares LeastSquaresSolution { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeastSquaresSolution As DoubleLeastSquares
Visual C++
public:
property DoubleLeastSquares^ LeastSquaresSolution {
	DoubleLeastSquares^ get ();
}

See Also