Overview: This module takes in a stream of Signal arrays and compares them with McNemar's Test.
Detailed Description: This module reads in a stream of Signal arrays with "McNemars" metadata arrays.These arrays must be of the same length in all examples and should have all been calculated on the same data set (i.e. if there are multiple folds of an experiment, the same folds of each experiment must be matched in the same order).
The "McNemars" metadata is used to perfrom the McNemars Test, which uses a Binomialdistribution and Gaussian approximation, to return the statistical probability that the each pair of algorithms has the same error function.
Ported from Prof. Stephen Cox's (sjc@cmp.uea.ac.uk) Matlab code by Kris West (kw@cmp.uea.ac.uk)
Data Handling: The input data is not modified.