Gets the mean of the differences between paired observations.

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

Syntax

C#
public double Xbar { get; }
Visual Basic (Declaration)
Public ReadOnly Property Xbar As Double
Visual C++
public:
property double Xbar {
	double get ();
}

See Also