StatisticalMethods

Collection of useful statistical methods.

http://www.tbi.univie.ac.at/~choener/Haskell/

Latest on Hackage:0.0.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Christian Hoener zu Siederdissen
Maintained by [email protected]

High-level statistical methods.

  • Confusion matrix

  • Confusion matrix dependent statistics (sensitivity, specificity, F-measure, mcc)

  • EM algorithm for two-component Gaussian mixture.

  • GMM (Gaussian Mixture Models) with >=1 Gaussians fitted to the data.

Note that some methods are for testing only (two-component Gaussian mixture EM).