Package com.imsl.test.example.stat
Class PooledCovariancesEx2
java.lang.Object
com.imsl.test.example.stat.PooledCovariancesEx2
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PooledCovariancesEx2
public PooledCovariancesEx2()
-
-
Method Details
-
main
-