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

RFC:add functionality for quantiles of vectors of infinity #19574

Merged
merged 2 commits into from
Dec 19, 2016
Merged

RFC:add functionality for quantiles of vectors of infinity #19574

merged 2 commits into from
Dec 19, 2016

Conversation

alexhallam
Copy link
Contributor

A solution for issue#19542

@alexhallam
Copy link
Contributor Author

@andreasnoack @simonster @johnmyleswhite This is my first PR. I basically followed "Contributing to core functionality or base libraries"

If I can improve on anything let me know. Thanks for letting me contribute!

@martinholters
Copy link
Member

See #19576 regarding the failed tests.

@@ -683,7 +683,7 @@ end
else
a = T(v[i])
b = T(v[i+1])
return a + h*(b-a)
return a + ifelse(a == b, zero(a),h*(b-a))
Copy link
Member

Choose a reason for hiding this comment

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

It would be great if you could remove the extra space before a and add a space before h. That would make it consistent with the style of the rest of the program.

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

Successfully merging this pull request may close these issues.

5 participants