Questions tagged [java]

Java is an object-oriented language and runtime environment (JRE). Java programs are compiled to bytecode and run in a virtual machine (JVM).

91 questions
4
votes
1 answer

How do I get an accurate probability when my program that tests in the millions returns significantly different results each time?

Apologies in advance, I have never (seriously) studied statistics and I'm out of my depth, so this may not be a simple question. I wrote a program in java to determine the likelihood of a Tenhou in Mahjong - it's basically just a very rare hand. I…
1
vote
2 answers

McNemar's test implementation in Java

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