Skip to content

Commit b34faf8

Browse files
chore: update markdown description
1 parent 3f954b5 commit b34faf8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

174174
#### stdlib_base_dists_erlang_entropy( k, lambda )
175175

176-
Returns the differential entropy of an Erlang distribution with shape parameter `k` and rate parameter `lambda`.
176+
Returns the [differential entropy][entropy] of an [Erlang][erlang-distribution] distribution with parameters shape `k` and rate `lambda` (in [nats][nats]).
177177

178178
```c
179179
double y = stdlib_base_dists_erlang_entropy( 1.0, 1.0 );

0 commit comments

Comments
 (0)