Click or drag to resize
Accord.NET (logo)

ChiSquareTestCompute Method

Computes the Chi-Square Test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double statistic,
	int degreesOfFreedom
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
degreesOfFreedom
Type: SystemInt32
See Also