Changes for version 0.08

  • API Change default base 10**1/48 (~5%) => 10**1/232 (~1%); API Remove broken mode() method, replace with a naive one that at least works for discrete distributions; API add_data_hash() can be used to forget data if needed; API Add cdf(x,y) for probability of value between x and y; BUG Make all methods return undef if there's no data; DOC Add more examples to POD: basic usage, save/load, histogram; DOC Add examples/save-load.pl (works with JSON files); DOC Cleanup examples (summary, png) in examples directory; DOC Add README.md for github

Modules

Memory-efficient approximate descriptive statistics class.