Add collection of mean, var and std for distributions#250
Add collection of mean, var and std for distributions#250theogf wants to merge 6 commits intoJuliaMath:masterfrom
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 45.98% 46.33% +0.35%
==========================================
Files 43 43
Lines 1344 1364 +20
==========================================
+ Hits 618 632 +14
- Misses 726 732 +6
☔ View full report in Codecov by Sentry. |
|
Issues with the dependent packages seems to be linked to compatibilities issues. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 52.60% 52.85% +0.24%
==========================================
Files 42 42
Lines 1399 1419 +20
==========================================
+ Hits 736 750 +14
- Misses 663 669 +6 ☔ View full report in Codecov by Sentry. |
|
That's a really weird bug: Although constructed with one value, the output is different |
|
Looks like the issue is unrelated? |
This adds direct accessors to the statistics of some given Measures
Let me know if this would be the wrong way to do this?