Skip to content
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

Generalize three-argument version of beta_inc #318

Merged
merged 3 commits into from
May 20, 2021

Conversation

devmotion
Copy link
Member

This PR addresses JuliaStats/StatsFuns.jl#113 (comment) and generalizes the three-argument version of beta_inc which seems to be defined for Float64 only, although the four-argument version is defined for more general arguments.

@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #318 (4d82f9c) into master (dd41481) will increase coverage by 0.71%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
+ Coverage   91.90%   92.62%   +0.71%     
==========================================
  Files          12       12              
  Lines        2645     2645              
==========================================
+ Hits         2431     2450      +19     
+ Misses        214      195      -19     
Flag Coverage Δ
unittests 92.62% <100.00%> (+0.71%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/beta_inc.jl 90.52% <100.00%> (+2.95%) ⬆️

Continue to review full report at Codecov.

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

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.

None yet

2 participants