statistics 0.10.5.0 → 0.10.5.1
raw patch · 3 files changed
+7/−6 lines, 3 files
Files
- ChangeLog +5/−4
- Statistics/Distribution/Normal.hs +1/−1
- statistics.cabal +1/−1
ChangeLog view
@@ -1,13 +1,14 @@+Changes in 0.10.5.1++ * Bug fix for S.Distributions.Normal.standard introduced in 0.10.5.0 (Bug #56)++ Changes in 0.10.5.0 * Enthropy type class for distributions is added. * Probability and probability density of distribution is given in log domain too.--Changes in 0.10.4.1-- * Bugfix for GHC < 7.6 Changes in 0.10.4.0
Statistics/Distribution/Normal.hs view
@@ -76,7 +76,7 @@ standard :: NormalDistribution standard = ND { mean = 0.0 , stdDev = 1.0- , ndPdfDenom = m_sqrt_2_pi+ , ndPdfDenom = log m_sqrt_2_pi , ndCdfDenom = m_sqrt_2 }
statistics.cabal view
@@ -1,5 +1,5 @@ name: statistics-version: 0.10.5.0+version: 0.10.5.1 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful