You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ for ( i = 0; i < 10; i++ ) {
189
189
190
190
#### stdlib_base_dists_erlang_mgf( t, k, lambda )
191
191
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).
193
193
194
194
```c
195
195
double y = stdlib_base_dists_erlang_mgf( 0.3, 1, 1.0 );
0 commit comments