Click or drag to resize
Accord.NET (logo)

ChiSquareTest Constructor (GeneralConfusionMatrix, Boolean)

Constructs a Chi-Square Test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ChiSquareTest(
	GeneralConfusionMatrix matrix,
	bool yatesCorrection = false
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
yatesCorrection (Optional)
Type: SystemBoolean
See Also