Skip to content

Commit

Permalink
Forgotten entries for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Oct 2, 2011
1 parent 316b494 commit 93ffd8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Expand Up @@ -10,6 +10,9 @@ Changes in 0.10.0.0

* stdDev is added to Variance type class for distributions.

* Constructor S.Distribution.normalDistr takes standard deviation
instead of variance as parameter.

* Bug in S.Quantile.weightedAvg is fixed. It produced wrong answer if
sample contains only one element.

Expand All @@ -20,9 +23,12 @@ Changes in 0.10.0.0
wrong critical value for moderately large samples. Something around 20
for 32-bit machines and 40 for 64-bit ones.

* Bug mannWhitneyUSignificant is fixed. If either of samples is larger
* Bug in mannWhitneyUSignificant is fixed. If either of samples is larger
than 20 it produced completely wrong answer.

* One and two tailed tests in S.Tests.NonParametric are selected with
enumeration types instead of booleans.

* Performance improvements for Mann-Whitney U and Wilcoxon tests.

* sortBy is added to Statistics.Function
Expand Down
8 changes: 7 additions & 1 deletion statistics.cabal
Expand Up @@ -34,6 +34,9 @@ description:
.
* stdDev is added to Variance type class for distributions.
.
* Constructor S.Distribution.normalDistr takes standard deviation
instead of variance as parameter.
.
* Bug in S.Quantile.weightedAvg is fixed. It produced wrong answer if
sample contains only one element.
.
Expand All @@ -44,9 +47,12 @@ description:
wrong critical value for moderately large samples. Something around 20
for 32-bit machines and 40 for 64-bit ones.
.
* Bug mannWhitneyUSignificant is fixed. If either of samples is larger
* Bug in mannWhitneyUSignificant is fixed. If either of samples is larger
than 20 it produced completely wrong answer.
.
* One and two tailed tests in S.Tests.NonParametric are selected with
enumeration types instead of booleans.
.
* Performance improvements for Mann-Whitney U and Wilcoxon tests.
.
* sortBy is added to Statistics.Function
Expand Down

0 comments on commit 93ffd8b

Please sign in to comment.