bpo-36546: Fix typo quaatile to quantile by tirkarthi · Pull Request #13001 · python/cpython

Conversation

rougeth

# Match results computed by hand and cross-checked
# against the PERCENTILE.INC function in MS Excel
# and against the quaatile() function in SciPy.
# and against the quantile() function in SciPy.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will leave it to @rhettinger on changing scipy to numpy

rougeth

Labels