ivy
ivy copied to clipboard
Add Statistical functions to Numpy Frontend
Add Statistical Functions to Numpy frontend:
- [ ] ptp
- [ ] percentile
- [ ] nanpercentile
- [ ] quantile
- [ ] nanquantile
- [ ] median
- [ ] average
- [ ] mean
- [ ] std
- [ ] var
- [ ] nanmedian
- [ ] nanmean
- [ ] nanstd
- [ ] nanvar
- [ ] corrcoef
- [ ] correlate
- [ ] cov
- [ ] histogram
- [ ] histogram2d
- [ ] histogramdd
- [ ] bincount
- [ ] histogram_bin_edges
- [ ] digitize
std #2465
- [x] #6739
- [x] #12748
There is not test for for this funcation
On Wed, 5 Apr 2023 at 8:49 PM Jayanth941 @.***> wrote:
#13761 https://github.com/unifyai/ivy/issues/13761
— Reply to this email directly, view it on GitHub https://github.com/unifyai/ivy/issues/1529#issuecomment-1497964064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX2JM65XY7F2PPZFR4UAZ7LW7W5EHANCNFSM5ZGRUFXQ . You are receiving this because you commented.Message ID: @.***>
quantile is marked as done, it is not present in ivy->ivy->functional->frontend->numpy->statistics. Nanpercentile is not passing tests(marked as done)
histogram_bin_edges #6004
[x]#17737
[x]#17737
Please name issue with the same name as the sub-task
[x]#17737
Please name issue with the same name as the sub-task
updated to percentile. please kindly check
Thank you