StatsFuns.jl icon indicating copy to clipboard operation
StatsFuns.jl copied to clipboard

Add unnormalized log pdf functions

Open devmotion opened this issue 1 month ago • 1 comments

Fixes #185.

devmotion avatar Oct 18 '25 23:10 devmotion

Codecov Report

:x: Patch coverage is 55.66038% with 47 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 68.13%. Comparing base (5115bd6) to head (0a2d5c9).

Files with missing lines Patch % Lines
src/distrs/norm.jl 0.00% 15 Missing :warning:
src/distrs/tdist.jl 40.00% 6 Missing :warning:
src/distrs/signrank.jl 69.23% 4 Missing :warning:
src/distrs/wilcox.jl 66.66% 4 Missing :warning:
src/distrs/beta.jl 66.66% 2 Missing :warning:
src/distrs/fdist.jl 71.42% 2 Missing :warning:
src/distrs/hyper.jl 0.00% 2 Missing :warning:
src/distrs/nbeta.jl 0.00% 2 Missing :warning:
src/distrs/nbinom.jl 0.00% 2 Missing :warning:
src/distrs/nchisq.jl 0.00% 2 Missing :warning:
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   70.41%   68.13%   -2.28%     
==========================================
  Files          16       22       +6     
  Lines         818      907      +89     
==========================================
+ Hits          576      618      +42     
- Misses        242      289      +47     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Oct 20 '25 04:10 codecov-commenter