A new Distribution zeros out cMin. https://github.com/tibbe/ekg-core/blob/master/System/Metrics/Distribution.hsc#L99
AFAICT it will aways be zero if the input is positive: https://github.com/tibbe/ekg-core/blob/master/cbits/distrib.c#L24
I think cMin would be more useful it was initialized to the largest Double. Then it would show the smallest value seen if a single data point was added.
A new
Distributionzeros outcMin. https://github.com/tibbe/ekg-core/blob/master/System/Metrics/Distribution.hsc#L99AFAICT it will aways be zero if the input is positive: https://github.com/tibbe/ekg-core/blob/master/cbits/distrib.c#L24
I think
cMinwould be more useful it was initialized to the largestDouble. Then it would show the smallest value seen if a single data point was added.