Skip to content

Commit 68dc469

Browse files
chore: clean up
1 parent f82e277 commit 68dc469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/erlang/mgf

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
@@ -191,7 +191,7 @@ for ( i = 0; i < 10; i++ ) {
191191

192192
#### stdlib_base_dists_erlang_mgf( t, k, lambda )
193193

194-
Evaluates the [moment-generating function][mgf] (MGF) for a [Erlang][gamma-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
194+
Evaluates the [moment-generating function][mgf] (MGF) for a [Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
195195

196196
```c
197197
double y = stdlib_base_dists_erlang_mgf( 0.03, 1, 1.0 );

0 commit comments

Comments
 (0)