C# Class Accord.Statistics.Testing.McNemarTest

Inheritance: Accord.Statistics.Testing.ChiSquareTest
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
McNemarTest ( ConfusionMatrix matrix, bool yatesCorrection = false ) : System

Creates a new McNemar test.

Method Details

McNemarTest() public method

Creates a new McNemar test.
public McNemarTest ( ConfusionMatrix matrix, bool yatesCorrection = false ) : System
matrix Accord.Statistics.Analysis.ConfusionMatrix The contingency table to test.
yatesCorrection bool True to use Yate's correction of /// continuity, falser otherwise. Default is false.
return System