-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Statistical Functions to Paddle Frontend #15045
Comments
paddle.tensor.stat
Statistical Functions to PaddlePaddle Frontendpaddle.tensor.stat
Statistical Functions to Paddle Frontend
paddle.tensor.stat
Statistical Functions to Paddle Frontend
Added quantile function:
|
Add Statistical Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
mean #15426
std #22067
var #20867
numel #16387
median #16639
nanmedian
quantile #19176
nanquantile #17345
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/stat.py
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_stat.py
The text was updated successfully, but these errors were encountered: