Skip to content

Correct ibeta when it's an arcsine distribution. - #1432

Merged
jzmaddock merged 3 commits into
developfrom
issue1429
Aug 14, 2026
Merged

Correct ibeta when it's an arcsine distribution.#1432
jzmaddock merged 3 commits into
developfrom
issue1429

Conversation

@jzmaddock

Copy link
Copy Markdown
Collaborator

So we don't take the asin of values very close to 1.
Fixes: #1429.

So we don't take the asin of values very close to 1.
Fixes: #1429.
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.39%. Comparing base (5814eef) to head (0aa84df).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1432      +/-   ##
===========================================
- Coverage    95.40%   95.39%   -0.01%     
===========================================
  Files          829      829              
  Lines        69176    69186      +10     
===========================================
+ Hits         65997    66003       +6     
- Misses        3179     3183       +4     
Files with missing lines Coverage Δ
include/boost/math/special_functions/beta.hpp 86.19% <100.00%> (+0.04%) ⬆️
test/test_students_t.cpp 99.58% <100.00%> (+<0.01%) ⬆️

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

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

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

@jzmaddock
jzmaddock merged commit 64a8d75 into develop Aug 14, 2026
77 of 78 checks passed
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.

Student's t distribution CDF inaccurate for df=1 and small t

1 participant