Module org.bzdev.math
Package org.bzdev.math.stats
package org.bzdev.math.stats
Statistics package.
This package provides classes for frequently used statistical tests.
Please see the package description for additional information.
-
ClassDescriptionClass to compute means and variances of a series of values.BasicStats specialized to compute a population mean and variance.BasicStats specialized to compute a sample mean and variance.Class to compute the mean and variance for multiple values..Class to compute the variance for a total set of values, as opposed to a sample of values.Class to compute a sample variance.Class providing methods for the χ2 distribution.Class representing a ChiSquare statistic.Covariance matrix.Class to compute the covariance matrix for a total set of values, as opposed to a sample of values.Class to compute a sample covariance matrix.Class providing methods for the F-distribution.Class representing an F-test statistic.Class providing methods for Gaussian/Normal distributions.Class providing methods for the Kolmogorov distribution.Class for generating the Kolmogorov-Smirnov statistic.Class representing an F-test statistic for Levene's test.The mode for a Levene's test.Class representing probability distributions.Class representing a statistic.Mode for P-value computations.Class providing methods for Student's t-distribution.Base class for classes statistics for Student's t-test.Student's t-test for determining if the mean value of a data set has a specified value.Statistic for Student's t-test for the comparison of two means given independent samples with the same variance.Student's t statistic for dependent paired differences.Class providing Student's t-test to determine if the slope of a linear regression has a specific value.Statistic for Welch's T Test.