We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
skew
hist_all
Add skew to arkouda similar to what is done in scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.skew.html
The text was updated successfully, but these errors were encountered:
Closes #2744 - Implement skew and hist_all (#2756)
5fa1e52
* init commit * removed excess math imports * fix flake8 errors * remove extraneous print * isnan issue * adding ceil function to handle axes error * add bias to skew method * bleh flake8 * remove log arg --------- Co-authored-by: Eddie <[email protected]> Co-authored-by: pierce <[email protected]>
egelberg
Successfully merging a pull request may close this issue.
Add
skew
to arkouda similar to what is done in scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.skew.htmlThe text was updated successfully, but these errors were encountered: