Skip to content
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

DOC: Clarify the effect of rcond in numpy.linalg.lstsq. #7746

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

stuartarchibald
Copy link
Contributor

The rcond kwarg to numpy.linalg.lstsq influences the rank
determination computation by specifying the level at which
singular values should be treated as zero, it does not cause
the singular values to be "set" to zero.

The `rcond` `kwarg` to `numpy.linalg.lstsq` influences the rank
determination computation by specifying the level at which
singular values should be *treated* as zero, it does not cause
the singular values to be "set" to zero.
@charris
Copy link
Member

charris commented Jun 15, 2016

LGTM, thanks @stuartarchibald .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants