Aleksey Khudyakov
Aleksey Khudyakov
I lean towards this solution as well. By unwrapping I mean that whenever we use mean we have to handle Nothing case. On one hand it's right thing on other...
Thank you I'' review it over the weekend
Sorry I forgot about this PR. I really should add to readme that if I don't reapond for a long time one should ping me
Unfortunately there are. Mostly because some distributions use functions like (incomplete) beta/gamma functions. Current implementations in `math-functions` are specialized to `Doubles` and making them generic is a lot of work....
Only boxed ones do. Problem is `Foldable` insists that we should be able to work with containers containing _any_ data type. Here is fold from Foldable: `foldl :: (b ->...
That's excellent suggestion!
I'm actually halfway through implementing it. Thing us once you touch S.Sample you need to adjust basically everything
> @Shimuuar would you like to join forces on > this? > Sure although I won't be able to do anything till monday >
I just pushed branch `exception2` (`exception` was complete failure). It's mostly complete except for - `Statistics.Sample` some functions are commented out and I'm thinking about using type classes from `monoid-statistics`...
Yes. Main difference is `monoid-statistics` exposes accumulator types and allows to merge estimates with several data set without refolding them.