DataArrays.jl icon indicating copy to clipboard operation
DataArrays.jl copied to clipboard

Support other statistics functions in Base

Open jiahao opened this issue 12 years ago • 0 comments

Per JuliaLang/julia#4552, users will now be recommended to use DataArrays to handle missing data. For completeness, it would be nice to support the full range of statistical functions defined in Base.

  • [ ] Base.stdm
  • [ ] Base.varm
  • [ ] Base.median!
  • [ ] Base.hist
  • [ ] Base.hist2d
  • [ ] Base.histrange
  • [ ] Base.midpoints
  • [ ] Base.quantile
  • [ ] Base.quantile!
  • [ ] Base.cov
  • [ ] Base.cor

jiahao avatar Oct 28 '13 21:10 jiahao