Skip to content

Commit 8cda3a7

Browse files
chore: update markdown
1 parent 8b3b253 commit 8cda3a7

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> [Beta prime][betaprime-distribution] distribution logarithm of probability density function (PDF).
2424
25-
<section class="intro"
25+
<section class="intro">
2626

2727
The [probability density function][pdf] (PDF) for a [beta prime][betaprime-distribution] random variable is
2828

@@ -198,7 +198,7 @@ Evaluates the natural logarithm of the [probability density function][pdf] (PDF)
198198

199199
```c
200200
double y = stdlib_base_dists_betaprime_logpdf( 0.5, 1.0, 1.0 );
201-
// returns ~-0.811
201+
// returns ~-0.955
202202
```
203203

204204
The function accepts the following arguments:
@@ -208,7 +208,7 @@ The function accepts the following arguments:
208208
- **beta**: `[in] double` second shape parameter.
209209

210210
```c
211-
double stdlib_base_dists_betaprime_logpdf( const double x, double alpha, const double beta );
211+
double stdlib_base_dists_betaprime_logpdf( const double x, const double alpha, const double beta );
212212
```
213213
214214
</section>

0 commit comments

Comments
 (0)