-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
feat: add C implementation for stats/base/dists/betaprime/logpdf
#4059
base: develop
Are you sure you want to change the base?
feat: add C implementation for stats/base/dists/betaprime/logpdf
#4059
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib update-copyright-years |
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/README.md
Outdated
Show resolved
Hide resolved
@@ -198,7 +198,7 @@ Evaluates the natural logarithm of the [probability density function][pdf] (PDF) | |||
|
|||
```c | |||
double y = stdlib_base_dists_betaprime_logpdf( 0.5, 1.0, 1.0 ); | |||
// returns ~-0.811 | |||
// returns ~-0.955 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made the change although the main.js
file returns ~-0.811
for the same example. So, I do think the return value some where is incorrect. Let me know if I am thinking straight.
Resolves #3440
Description
This pull request:
stats/base/dists/betaprime/logpdf
Related Issues
This pull request:
@stdlib/stats/base/dists/betaprime/logpdf
#3440Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers