Skip to content

Commit f2c3590

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

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ for ( i = 0; i < 10; i++ ) {
172172

173173
#### stdlib_base_dists_beta_entropy( alpha, beta )
174174

175-
Returns the differential entropy for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
176-
175+
Returns the [differential entropy][entropy] of a [beta][beta-distribution] distribution with parameters `alpha` (first shape parameter) and `beta` (second shape parameter).
177176

178177
```c
179178
double y = stdlib_base_dists_beta_entropy( 1.0, 1.0 );

0 commit comments

Comments
 (0)