Skip to content

Non Central T: track cancellation errors, - #1434

Merged
jzmaddock merged 2 commits into
developfrom
issue1430
Aug 14, 2026
Merged

Non Central T: track cancellation errors,#1434
jzmaddock merged 2 commits into
developfrom
issue1430

Conversation

@jzmaddock

Copy link
Copy Markdown
Collaborator

And switch to asymptotic approximation when all else fails. Fixes: #1430

And switch to asymptotic approximation when all else fails.
Fixes: #1430
Use of find_degrees_of_freedom requires no internal promotion if we are to get the expected error.
@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.40%. Comparing base (bf29a02) to head (811faf7).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1434      +/-   ##
===========================================
- Coverage    95.40%   95.40%   -0.01%     
===========================================
  Files          829      829              
  Lines        69176    69183       +7     
===========================================
+ Hits         66000    66002       +2     
- Misses        3176     3181       +5     
Files with missing lines Coverage Δ
include/boost/math/distributions/non_central_t.hpp 97.22% <100.00%> (+0.02%) ⬆️
test/test_nc_t.hpp 98.64% <100.00%> (+<0.01%) ⬆️

... and 2 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 bf29a02...811faf7. 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 654e964 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.

Noncentral t distribution CDF can be negative

1 participant