Class WilcoxonRankSumEx1

java.lang.Object
com.imsl.test.example.stat.WilcoxonRankSumEx1

public class WilcoxonRankSumEx1 extends Object

Performs a rank sum test.

The following example is taken from Conover (1980, p. 224). It involves the mixing time of two mixing machines using a total of \(10\) batches of a certain kind of batter, five batches for each machine. The null hypothesis is not rejected at the \(5\)-percent level of significance.

See Also:
  • Constructor Details

    • WilcoxonRankSumEx1

      public WilcoxonRankSumEx1()
  • Method Details

    • main

      public static void main(String[] args)