Gets the vector of means for the predictor variables.

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

Syntax

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

See Also