Skip to content

Commit db35acb

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 2e7ad7b commit db35acb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

162162
#### stdlib_base_dists_gumbel_entropy( mu, beta )
163163

164-
Returns the differential entropy for a Gumbel distribution.
164+
Returns the [differential entropy][entropy] for a [Gumbel][gumbel-distribution] distribution with location parameter `mu` and scale parameter `beta` (in [nats][nats]).
165165

166166
```c
167167
double out = stdlib_base_dists_gumbel_entropy( 0.0, 1.0 );

0 commit comments

Comments
 (0)