Gets the vector of means for the response variables.

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

Syntax

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

See Also