Skip to content

Commit 981457c

Browse files
stdlib-botkgryte
andauthored
docs: update related packages sections
PR-URL: #7396 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 07d3925 commit 981457c

File tree

2 files changed

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

2 files changed

+1
-2
lines changed

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

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

161161
#### stdlib_base_dists_gumbel_logcdf( x, mu, beta )
162162

163-
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).```
163+
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).
164164

165165
```c
166166
double out = stdlib_base_dists_gumbel_logpdf( 0.0, 0.0, 2.0 );

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logpdf/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ int main( void ) {
264264

265265
<!-- /.c -->
266266

267-
268267
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
269268

270269
<section class="related">

0 commit comments

Comments
 (0)