PartialLeastSquaresModel.XDistanceToModel Property

Gets a vector containing the distance to the model of the independent variables.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> XDistanceToModel { get; }

Property Value

Vector<Double>

See Also