Skip to content

Commit ef4f313

Browse files
chore: update markdown description
1 parent 6e82f82 commit ef4f313

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

190190
#### stdlib_base_dists_erlang_mgf( t, k, lambda )
191191

192-
Evaluates the moment-generating function (mgf) for a Erlang distribution with parameters shape parameter `k` and rate parameter `lambda`.
192+
Evaluates the [moment-generating function][mgf] (mgf) for an [Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
193193

194194
```c
195195
double y = stdlib_base_dists_erlang_mgf( 0.3, 1, 1.0 );

0 commit comments

Comments
 (0)