Gets a vector containing the distance to the model
of the independent variables.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> XDistanceToModel { get; }
Public ReadOnly Property XDistanceToModel As Vector(Of Double)
Get
public:
property Vector<double>^ XDistanceToModel {
Vector<double>^ get ();
}
member XDistanceToModel : Vector<float> with get
Property Value
Type:
VectorDouble
Reference