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 [probability density function][pdf] (PDF) for a [beta prime][betaprime-distribution]distribution with parameters `alpha` (first shape parameter) and `beta` (second shape parameter).
190
+
Evaluates the [probability density function][pdf] (PDF) for a [beta prime][betaprime-distribution] distribution with parameters `alpha` (first shape parameter) and `beta` (second shape parameter).
191
191
192
192
```c
193
193
double y = stdlib_base_dists_betaprime_pdf( 0.5, 1.0, 1.0 );
0 commit comments