Click or drag to resize
Accord.NET (logo)

McNemarTest Constructor

Creates a new McNemar test.

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

Parameters

matrix
Type: Accord.Statistics.AnalysisConfusionMatrix
The contingency table to test.
yatesCorrection (Optional)
Type: SystemBoolean
True to use Yate's correction of continuity, falser otherwise. Default is false.
See Also