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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,10 +191,10 @@ for ( i = 0; i < 10; i++ ) {
191
191
192
192
#### stdlib_base_dists_erlang_mgf( t, k, lambda )
193
193
194
-
Evaluates the [moment-generating function][mgf] (MGF) for a[Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
194
+
Evaluates the [moment-generating function][mgf] (MGF) for an[Erlang][erlang-distribution] distribution with parameters `k` (shape parameter) and `lambda` (rate parameter).
195
195
196
196
```c
197
-
double y = stdlib_base_dists_erlang_mgf( 0.03, 1, 1.0 );
197
+
double y = stdlib_base_dists_erlang_mgf( 0.3, 1, 1.0 );
0 commit comments