Package edu.northwestern.at.utils.math.statistics

Methods and interfaces for statistical computations.

See:
          Description

Class Summary
ContingencyTable Statistical analysis of a two-way contingency table.
Covar Covar -- get covariance or correlation matrix for an (n x m) matrix.
Descriptive Basic descriptive statistics.
FishersExactTest Calculate Fisher's exact test for a 2x2 frequency table.
OneWayTable Statistical analysis of a one-way contingency table.
PrincipalComponents PrincipalComponents -- Calculate principal components of a data matrix.
RankOrder RankOrder -- Convert columns of an (n x m) matrix to rank order values.
SpearmanCorr SpearmanCorr -- get Spearman rank order correlations for an m x n matrix.
Standardize Standardize -- Standardize columns of an (n x m) matrix.
 

Package edu.northwestern.at.utils.math.statistics Description

Methods and interfaces for statistical computations.