public class PooledCovariancesEx2 extends Object
Computes pooled variance-covariance for Fisher's iris data.
This example computes a pooled variance-covariance matrix for the Fisher iris data. The data are not processed as a whole but consecutively in blocks of 10 observations. In each update call, the pooled variance-covariance matrix is internally updated with the new block of observations. The final matrix and the group variable means are printed.Constructor and Description |
---|
PooledCovariancesEx2() |
public static void main(String[] arg)
Copyright © 2020 Rogue Wave Software. All rights reserved.