Skip to content

Commit 2bb2b99

Browse files
chore: update markdown description
1 parent a2dec0a commit 2bb2b99

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

172172
#### stdlib_base_dists_erlang_variance( k, lambda )
173173

174-
Returns the variance for a erlang distribution with shape parameter `k` and rate parameter `lambda`.
174+
Returns the [variance][variance] of an [Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
175175

176176
```c
177177
double y = stdlib_base_dists_beta_variance( 1.0, 1.0 );

0 commit comments

Comments
 (0)