Gets the response matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix Y { get; }
Visual Basic (Declaration)
Public ReadOnly Property Y As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Y {
	DoubleMatrix^ get ();
}

See Also