-
Notifications
You must be signed in to change notification settings - Fork 22
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 loglogistic
, logitexp
, log1mlogistic
and logit1mexp
#82
Merged
devmotion
merged 29 commits into
JuliaStats:master
from
andrewjradcliffe:ajr/logistic-ext
May 31, 2024
Merged
Add loglogistic
, logitexp
, log1mlogistic
and logit1mexp
#82
devmotion
merged 29 commits into
JuliaStats:master
from
andrewjradcliffe:ajr/logistic-ext
May 31, 2024
Commits on May 3, 2024
-
Add
loglogistic
,logitexp
,log1mlogistic
andlogit1mexp
This takes advantage of `LogExpFunctions`'s accurate implementations of `log1pexp` and `log1mexp`, combined with negation in the log-odds domain to provide more accurate and less expensive implementations of the function compositions.
Configuration menu - View commit details
-
Copy full SHA for 8fa3801 - Browse repository at this point
Copy the full SHA 8fa3801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 218d508 - Browse repository at this point
Copy the full SHA 218d508View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89c9c5 - Browse repository at this point
Copy the full SHA f89c9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e6677 - Browse repository at this point
Copy the full SHA 33e6677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b9a5b - Browse repository at this point
Copy the full SHA 51b9a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f24823 - Browse repository at this point
Copy the full SHA 9f24823View commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f9cdd - Browse repository at this point
Copy the full SHA a7f9cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 223327d - Browse repository at this point
Copy the full SHA 223327dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27322fc - Browse repository at this point
Copy the full SHA 27322fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716b886 - Browse repository at this point
Copy the full SHA 716b886View commit details -
Apply the same conversion technique as
loglogistic
i.e. properly handle `Integer` and `Rational`
Configuration menu - View commit details
-
Copy full SHA for 3da3f8a - Browse repository at this point
Copy the full SHA 3da3f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee3db1 - Browse repository at this point
Copy the full SHA 8ee3db1View commit details -
Hide the proper handling of integers and rationals.
This enables the desired interface of `f(x::Real)`
Configuration menu - View commit details
-
Copy full SHA for c9ab3f3 - Browse repository at this point
Copy the full SHA c9ab3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac17f3c - Browse repository at this point
Copy the full SHA ac17f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d6c9c - Browse repository at this point
Copy the full SHA 16d6c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d65559 - Browse repository at this point
Copy the full SHA 0d65559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d84266 - Browse repository at this point
Copy the full SHA 5d84266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ac5f5 - Browse repository at this point
Copy the full SHA 86ac5f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1633a - Browse repository at this point
Copy the full SHA eb1633aView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46c0e60 - Browse repository at this point
Copy the full SHA 46c0e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a58ef - Browse repository at this point
Copy the full SHA 18a58efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 519a6a4 - Browse repository at this point
Copy the full SHA 519a6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716b671 - Browse repository at this point
Copy the full SHA 716b671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58133ad - Browse repository at this point
Copy the full SHA 58133adView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b0f914 - Browse repository at this point
Copy the full SHA 1b0f914View commit details
Commits on May 17, 2024
-
Revert "Add
ChainRulesCore
support back"This reverts commit 1b0f914.
Configuration menu - View commit details
-
Copy full SHA for 2aa9f44 - Browse repository at this point
Copy the full SHA 2aa9f44View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 177cebb - Browse repository at this point
Copy the full SHA 177cebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d60abd - Browse repository at this point
Copy the full SHA 0d60abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15cb4ef - Browse repository at this point
Copy the full SHA 15cb4efView 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.