Skip to content

Commit dbf4ef1

Browse files
chore: update markdown description
1 parent 774d68d commit dbf4ef1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/erlang/skewness/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_skewness( k, lambda )
171171

172-
Returns the excess skewness for a erlang distribution with shape parameter `k` and rate parameter `lambda`.
172+
Returns the [skewness][skewness] 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_skewness( 1.0, 0.1 );

0 commit comments

Comments
 (0)