caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ANN: pareto -- OCaml statistics library
@ 2013-06-11 14:48 Sergei Lebedev
  0 siblings, 0 replies; only message in thread
From: Sergei Lebedev @ 2013-06-11 14:48 UTC (permalink / raw)
  To: caml-list


[-- Attachment #1.1: Type: text/plain, Size: 976 bytes --]

Hello list,

I'm working on a statistics library for OCaml, called 'pareto' [1]. My goal was to cover all of the features available in Brian O'Sullivan's 'statistics' [2] library, which seems to be pretty popular [3] in Haskell community. Here's a list of what's currently implemented:

* Common statistical tests for significant differences between samples (Student's t test, chi^2 test, Mann Whitney U-test, Wilcoxon signed-rank test, binomial sign test).
* Uniform interface for common discrete and continuous probability distributions.
* Sample statistics, quantile estimation, kernel density estimation.
* Resampling methods: jackknife, BCa bootstrap.

See 'examples/' [4] directory on GitHub for usage examples.

Any feedback is appreciated!

--Sergei

[1] https://github.com/superbobry/pareto
[2] https://github.com/bos/statistics
[3] http://packdeps.haskellers.com/reverse/statistics
[4] https://github.com/superbobry/pareto/tree/master/examples

[-- Attachment #1.2.1: Type: text/html, Size: 3391 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-11 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 14:48 [Caml-list] ANN: pareto -- OCaml statistics library Sergei Lebedev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).