haskell / statistics

A fast, high quality library for computing with statistics in Haskell.
http://hackage.haskell.org/package/statistics
BSD 2-Clause "Simplified" License
300 stars 68 forks source link

fix spelling errors #183

Closed ghost closed 2 years ago

ghost commented 2 years ago

Statistics/Sample.hs tests/Tests/Distribution.hs

benchmark/bench.hs

Statistics/Distribution/Poisson/Internal.hs

@Shimuuar missed these in the previous PR


for another PR

Statistics/Sample/KernelDensity/Simple.hs

- --   généralisés. Mhttp://archive.numdam.org/article/RSA_1977__25_3_5_0.pdf>
+ --   généralisés. http://archive.numdam.org/article/RSA_1977__25_3_5_0.pdf>
ghost commented 2 years ago

@Shimuuar

can you merge this, #184, and #185

Shimuuar commented 2 years ago

@askeblad Thank you for all these PR. I think I merged them all

ghost commented 2 years ago

IIRC, a few years ago the KDE example wasn't working.

Can you check the KDE example and clarify whether or not it works.