forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
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 Cumulative Distribution Function, Inverse CDF methods to Distributions #122
Closed
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e4e58e2 - Browse repository at this point
Copy the full SHA e4e58e2View commit details -
New CDF and ICDF implementations
1. Cauchy 2. Exponential 3. Laplace (Only CDF) 4. Pareto
Configuration menu - View commit details
-
Copy full SHA for d9263a6 - Browse repository at this point
Copy the full SHA d9263a6View commit details
Commits on Feb 4, 2018
-
Major: Add .cdf and .icdf methods for TransformedDistributions
Minor: 1. Convert Pareto and Gumbel to TransformedDistribution 2. Add .cdf and .icdf for Uniform 3. Temporarily remove .cdf from Laplace
Configuration menu - View commit details
-
Copy full SHA for ee55d13 - Browse repository at this point
Copy the full SHA ee55d13View commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f76114a - Browse repository at this point
Copy the full SHA f76114aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bc72c - Browse repository at this point
Copy the full SHA d0bc72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 864d190 - Browse repository at this point
Copy the full SHA 864d190View commit details
Commits on Feb 6, 2018
-
1. Fix the size issue with Gumbel as a transformed distribution 2. Add the scalar params test for Gumbel
Configuration menu - View commit details
-
Copy full SHA for a9d74ce - Browse repository at this point
Copy the full SHA a9d74ceView commit details -
Remove batch_shape calculation after making Pareto distribution a Tra…
…nsformed Distribution
Configuration menu - View commit details
-
Copy full SHA for 24c2461 - Browse repository at this point
Copy the full SHA 24c2461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2932ffe - Browse repository at this point
Copy the full SHA 2932ffeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.