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.
Constructor and Description |
---|
NormTwoSampleEx2() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.