Gets the residuals of the independent variables.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> XResiduals { get; }
Public ReadOnly Property XResiduals As Matrix(Of Double)
Get
public:
property Matrix<double>^ XResiduals {
Matrix<double>^ get ();
}
member XResiduals : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference