Skip to content

Commit 50f4d6a

Browse files
chore: update markdown description
1 parent 3210231 commit 50f4d6a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

170170
#### stdlib_base_dists_erlang_kurtosis( k, lambda )
171171

172-
Returns the excess kurtosis for a erlang distribution with shape parameter `k` and rate parameter `lambda`.
172+
Returns the [excess kurtosis][kurtosis] of an [Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
173173

174174
```c
175175
double y = stdlib_base_dists_erlang_kurtosis( 1.0, 1.0 );

0 commit comments

Comments
 (0)