Gets the value of the test statistic associated with this hypothesis test.

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

Syntax

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

See Also