PartialLeastSquaresModel.YDistanceToModel Property

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

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> YDistanceToModel { get; }

Property Value

Vector<Double>

See Also