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/logistic/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
@@ -180,7 +180,7 @@ for ( i = 0; i < 10; i++ ) {
180
180
181
181
#### stdlib_base_dists_logistic_mgf( t, mu, s )
182
182
183
-
Returns the mgffor a logistic distribution with value `t`, location `mu` and scale `s`.
183
+
Evaluates the logarithm of the [moment-generating function][mgf] (MGF) for a [logistic][logistic-distribution] distribution with parameters `mu` (location parameter) and `s` (scale parameter).
184
184
185
185
```c
186
186
double out = stdlib_base_dists_logistic_mgf( 0.9, 0.0, 1.0 );
0 commit comments