Gets the response vector.

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

Syntax

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

See Also