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

Add survival and log-survival function to distrax.Distribution base class. #148

Merged
merged 1 commit into from Apr 22, 2022

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Apr 22, 2022

Add survival and log-survival function to distrax.Distribution base class.

Note that by default we use a numerically not necessarily stable definition
of the survival function in terms of the CDF: sf(x) = 1-cdf(x) and similarly
for the log survival function.
More stable definitions should be implemented in future CLs for distributions,
for which they exist.

Added a test to distribution.Uniform where we will use the default behaviour.

@google-cla
Copy link

google-cla bot commented Apr 22, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@copybara-service copybara-service bot force-pushed the test_443160366 branch 3 times, most recently from 8a2fd38 to 10bd0db Compare April 22, 2022 13:19
… class.

Note that by default we use a numerically not necessarily stable definition
of the survival function in terms of the CDF: sf(x) = 1-cdf(x) and similarly
for the log survival function.
More stable definitions should be implemented in future CLs for distributions,
for which they exist.

Added a test to `distribution.Uniform` where we will use the default behaviour.

PiperOrigin-RevId: 443652231
@copybara-service copybara-service bot merged commit 906ecb5 into master Apr 22, 2022
@copybara-service copybara-service bot deleted the test_443160366 branch April 22, 2022 13:43
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.

None yet

0 participants