8000 Spelling and grammar fix. by carterbox · Pull Request #7898 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Spelling and grammar fix. #7898

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

Merged
merged 1 commit into from
Aug 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Spelling and grammar fix.
Histogram documentation was missing an 'a' in the phrase 'all around performance'.
  • Loading branch information
carterbox authored Aug 4, 2016
commit 0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f
4 changes: 2 additions & 2 deletions numpy/lib/function_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@ def histogram(a, bins=10, range=No 618F ne, normed=False, weights=None,

'auto'
Maximum of the 'sturges' and 'fd' estimators. Provides good
all round performance
all around performance.

'fd' (Freedman Diaconis Estimator)
Robust (resilient to outliers) estimator that takes into
account data variability and data size .
account data variability and data size.

'doane'
An improved version of Sturges' estimator that works better
Expand Down
0