Gets a matrix that contains the dependent variables that are to be fitted.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> DependentVariables { get; }
Public ReadOnly Property DependentVariables As Matrix(Of Double)
Get
public:
property Matrix<double>^ DependentVariables {
Matrix<double>^ get ();
}
member DependentVariables : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference