1

Does any body know of a Java implementation of McNemar's Test?

2 Answers2

1

I do not know such a library, but the statistics part of the apache commons math library (written in java) provides a series of distributions, including chi2. Since the McNemar's Test does not seem to be thaaat complicated, you may figure an implementation out on your own.

steffen
  • 10,367
1

I found this on Google:
http://www.jsc.nildram.co.uk/api/jsc/contingencytables/McNemarTest.html
Does it do anything for you? McNemar's Test is implemented in the Java Statistical Classes Library, specifically in jsc.contingencytables.