Class NormTwoSampleEx2

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

public class NormTwoSampleEx2 extends Object

Performs a difference in means test with incremental updates.

The same data is used for this example as for the example NormTwoSampleEx1.

This example demonstrates how the analysis can be applied to subsets of the original data set using different update methods. These techniques may be useful when analyzing data sets too large to fit into memory.

See Also:
  • Constructor Details

    • NormTwoSampleEx2

      public NormTwoSampleEx2()
  • Method Details

    • main

      public static void main(String[] args)