Skip to content

InverseGaussian: Improve quantile behaviour.#1395

Open
jzmaddock wants to merge 3 commits intodevelopfrom
issue1392
Open

InverseGaussian: Improve quantile behaviour.#1395
jzmaddock wants to merge 3 commits intodevelopfrom
issue1392

Conversation

@jzmaddock
Copy link
Copy Markdown
Collaborator

Provide a better initial guess for the root, and bracket the root to avoid shooting off to infinity. Fixes: #1392 Refs: scipy/scipy#25096

Provide a better initial guess for the root, and bracket the root to avoid shooting off to infinity.
Fixes: #1392
Refs: scipy/scipy#25096
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.35%. Comparing base (ec801eb) to head (54fd419).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1395      +/-   ##
===========================================
+ Coverage    94.36%   95.35%   +0.99%     
===========================================
  Files          704      825     +121     
  Lines        49012    68223   +19211     
===========================================
+ Hits         46249    65054   +18805     
- Misses        2763     3169     +406     
Files with missing lines Coverage Δ
...lude/boost/math/distributions/inverse_gaussian.hpp 85.33% <100.00%> (ø)
test/test_inverse_gaussian.cpp 100.00% <100.00%> (ø)

... and 165 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec801eb...54fd419. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Inverse gaussian quantile poorly written

1 participant