You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluates the natural logarithm of the probability density function (PDF) for a beta primedistribution with first shape parameter`alpha` and second shape parameter`beta`.
197
+
Evaluates the natural logarithm of the [probability density function][pdf] (PDF) for a [beta prime][betaprime-distribution]distribution with parameters `alpha` (first shape parameter) and `beta` (second shape parameter).
198
198
199
199
```c
200
200
double y = stdlib_base_dists_betaprime_logpdf( 0.5, 1.0, 1.0 );
0 commit comments