Gets the chi-square statistic, or the sum of all chi-square values across all expr outcomes.

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

Syntax

C#
public double ChiSquareStatistic { get; internal set; }
Visual Basic (Declaration)
Public Property ChiSquareStatistic As Double
Visual C++
public:
property double ChiSquareStatistic {
	double get ();
	void set (double value);
}

See Also