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
Evaluates the moment-generating function (MGF) for a gamma distribution with shape parameter `alpha`and rate parameter`beta`.
197
+
Evaluates the [moment-generating function][mgf] (MGF) for a [gamma][gamma-distribution] distribution with parameters `alpha`(shape parameter) and `beta` (rate parameter).
198
198
199
199
```c
200
200
double y = stdlib_base_dists_gamma_mgf( 0.5, 0.5, 1.0 );
0 commit comments