In terms of functionality, the mid-term end goal is to achieve feature parity with the statistics routine in numpy (here) and Julia StatsBase (here).
For the next version:
- Order statistics:
- Histograms:
For version 0.2.0:
- Order statistics:
- Summary statistics:
- Histograms:
- Entropy:
For version 0.1.0:
In terms of functionality, the mid-term end goal is to achieve feature parity with the statistics routine in
numpy(here) andJulia StatsBase(here).For the next version:
partialordversion forquantilesmethods;mergemethod;For version 0.2.0:
For version 0.1.0:
max/nanmax(@jturner314)min/nanmin(@jturner314)quantile/nanquantile(it includespercentile/nanpercentileas a special case) (@LukeMathWalker & @jturner314)correlation-methods:cov(@LukeMathWalker) -One last fix to be made (Remove 'static bound from type[On hold for now]AinCorrelationExt.cov#3)corrcoef(@LukeMathWalker - Pearson correlation #5)histogram-methods (@LukeMathWalker - Histogram (revisited) #9)