SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.descriptive

Interface Summary
Statistic A statistic (singular) is a single measure of some attribute of a sample (e.g. its arithmetic mean value).
 

Class Summary
Covariance Covariance is a measure of how much two variables change together.
CovarianceMatrix This class computes the Covariance matrix of a matrix, where the (i, j) entry is the covariance of the i-th column and j-th column.
SynchronizedStatistic This provides a thread-safe version of Statistic by synchronizing all public methods so that only one thread at a time can access the instance.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.