Skip to content

Commit 8b3b253

Browse files
chore: update markdown description
1 parent 6c7b59f commit 8b3b253

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ for ( i = 0; i < 10; i++ ) {
194194

195195
#### stdlib_base_dists_betaprime_logpdf( x, alpha, beta )
196196

197-
Evaluates the natural logarithm of the probability density function (PDF) for a beta prime distribution 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).
198198

199199
```c
200200
double y = stdlib_base_dists_betaprime_logpdf( 0.5, 1.0, 1.0 );

0 commit comments

Comments
 (0)