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

Simplify the formula for the CDF of the Cauchy distribution. #1234

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

WarrenWeckesser
Copy link
Contributor

The Cauchy CDF function may be expressed as atan2(1, -x)/pi.

The Cauchy CDF function may be expressed as atan2(1, -x)/pi.
Copy link
Member

@mborland mborland left a comment

Choose a reason for hiding this comment

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

This looks good to me. Thanks!. The only CI failure is an S390x runner failing to clone (which the CI manager is aware this has been occurring more frequently).

@mborland mborland merged commit 024a4fe into boostorg:develop Jan 17, 2025
77 of 78 checks passed
@WarrenWeckesser WarrenWeckesser deleted the simplify-cauchy-cdf branch January 17, 2025 13:25
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.

2 participants