A program to recognize and reward our most engaged community members
Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors.
steffen wrote:Hello,the description says:so I say it is a both-sided test with H0: mu1=mu2, H1: mu1!=mu2greetingsSteffen
result.append("Values smaller than alpha=" + Tools.formatNumber(alpha) + " indicate a probably significant difference between the mean values!" + Tools.getLineSeparator());
Username wrote:I looked at the source code and it does look like a left sided test, doesn't it?
steffen wrote:Second: I thought in case of a two-sided test the alpha parameter must be divided by 2. Or is this already implied by the test statistics ?
Username wrote:That's why I guessd it's a one sided test.