PartialLeastSquaresModel.DependentVariables Property

Gets a matrix that contains the dependent variables that are to be fitted.

Definition

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

Property Value

Matrix<Double>

See Also