Skip to content

Commit 9de0526

Browse files
authored
docs: update descriptions
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent dfc839b commit 9de0526

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

181181
#### stdlib_base_dists_logistic_mgf( t, mu, s )
182182

183-
Returns the mgf for 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).
184184

185185
```c
186186
double out = stdlib_base_dists_logistic_mgf( 0.9, 0.0, 1.0 );

0 commit comments

Comments
 (0)