From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83])
by sympa.inria.fr (Postfix) with ESMTPS id 4F5CC7EE25
for ; Tue, 11 Jun 2013 16:48:44 +0200 (CEST)
Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender
authenticity information available from domain of
superbobry@gmail.com) identity=pra; client-ip=209.85.215.45;
receiver=mail2-smtp-roc.national.inria.fr;
envelope-from="superbobry@gmail.com";
x-sender="superbobry@gmail.com";
x-conformance=sidf_compatible
Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of
superbobry@gmail.com designates 209.85.215.45 as permitted
sender) identity=mailfrom; client-ip=209.85.215.45;
receiver=mail2-smtp-roc.national.inria.fr;
envelope-from="superbobry@gmail.com";
x-sender="superbobry@gmail.com";
x-conformance=sidf_compatible; x-record-type="v=spf1"
Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender
authenticity information available from domain of
postmaster@mail-la0-f45.google.com) identity=helo;
client-ip=209.85.215.45;
receiver=mail2-smtp-roc.national.inria.fr;
envelope-from="superbobry@gmail.com";
x-sender="postmaster@mail-la0-f45.google.com";
x-conformance=sidf_compatible
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AvQAAFs3t1HRVdctjWdsb2JhbABZgkV0gz28VRYOAQEBAQcLCwkSBiSCKh8EHQEbHgMSOQ4CJREBBQECGgYnh2YBAw8ECJlRgn6LfE+Cf4UPChknDViHdAEFDJF5gRQDiRqOJoEpjjQ/hDo
X-IPAS-Result: AvQAAFs3t1HRVdctjWdsb2JhbABZgkV0gz28VRYOAQEBAQcLCwkSBiSCKh8EHQEbHgMSOQ4CJREBBQECGgYnh2YBAw8ECJlRgn6LfE+Cf4UPChknDViHdAEFDJF5gRQDiRqOJoEpjjQ/hDo
X-IronPort-AV: E=Sophos;i="4.87,845,1363129200";
d="scan'208,217";a="21351189"
Received: from mail-la0-f45.google.com ([209.85.215.45])
by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 Jun 2013 16:48:43 +0200
Received: by mail-la0-f45.google.com with SMTP id fr10so6979191lab.18
for ; Tue, 11 Jun 2013 07:48:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer
:mime-version:content-type;
bh=XuzRC4F8xn+M2zMdxtEGXYvVVKFP0tbI+/tVp/MQDEs=;
b=Qr/ej1M5lefBJBE2snOIRc0XnrRbrXlpj2sVZPovanAxz+mGZ0x+MaSXUiYhhtOH1M
mhEe1mjHbsAnVDxU5D68NuRAXj4C+/7U/Bkn2Toyz00Hj/DPn/45mOCo+XAvYrLorrpw
Sf3XB4zXPt9a2ai9C2pgLsprQJOi3yyBSeLoOaAI5r/53S6gewmZnNWj4ytN/Qdqc6Gi
GAxnAgO2wDSLz7rSrU0Zcg7Opru5Jjg8joFmEwPIPMx+ReOPKLRjgmDsnk6rVgEHkOBw
kyDeLr4VVKunde+q98psurwXnJUyVBlv4ozBT+J7fMw1Trhc1itK3CcG/qcZTRWUv6xS
WPlQ==
X-Received: by 10.152.2.42 with SMTP id 10mr7651721lar.77.1370962123079;
Tue, 11 Jun 2013 07:48:43 -0700 (PDT)
Received: from yooki.local ([95.140.92.22])
by mx.google.com with ESMTPSA id o6sm6440128laj.2.2013.06.11.07.48.41
for
(version=TLSv1 cipher=RC4-SHA bits=128/128);
Tue, 11 Jun 2013 07:48:42 -0700 (PDT)
Date: Tue, 11 Jun 2013 18:48:50 +0400
From: Sergei Lebedev
To: caml-list
Cc:
Message-ID:
In-Reply-To:
References:
X-Mailer: Airmail (176)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="51b738d2_79838cb2_9e"
Subject: [Caml-list] ANN: pareto -- OCaml statistics library
--51b738d2_79838cb2_9e
Content-Type: multipart/alternative; boundary="51b738d2_4353d0cd_9e"
--51b738d2_4353d0cd_9e
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
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 'statisti=
cs' [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 (Stu=
dent'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 distribu=
tions.
* Sample statistics, quantile estimation, kernel density estimation.
* Resampling methods: jackknife, BCa bootstrap.
See 'examples/'=C2=A0[4]=C2=A0directory on GitHub for usage examples.
Any feedback is appreciated!
--Sergei
[1] https://github.com/superbobry/pareto
[2]=C2=A0https://github.com/bos/statistics
[3]=C2=A0http://packdeps.haskellers.com/reverse/statistics
[4]=C2=A0https://github.com/superbobry/pareto/tree/master/examples=
--51b738d2_4353d0cd_9e
Content-Type: multipart/related; boundary="51b738d2_b03e0c6_9e"
--51b738d2_b03e0c6_9e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Hello list,
I'm working on a statistics library for=
OCaml, called 'pareto' [1]. My goal was to cover all of the features avail=
able in Brian O'Sullivan's 'statistics' [2] library, which seems to be pret=
ty popular [3] in Haskell community. Here's a list of what's currently impl=
emented:
* Common statistical tests for significant differences=
between samples (Student's t test, chi^2 test, Mann Whitney U-test, Wilcox=
on 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.
<=
p id=3D"bloop_customfont" style=3D"font-family:Helvetica,Arial;font-size:13=
px; margin: 0px; line-height: auto;">
Any feedback is appreciated!
--Sergei
[1] h=
ttps://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
<=
span style=3D"font-family:helvetica,arial;font-size:13px">
=
--51b738d2_b03e0c6_9e--
--51b738d2_4353d0cd_9e--
--51b738d2_79838cb2_9e--