File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/base/dists/gamma/mgf
include/stdlib/stats/base/dists/gamma Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ The function accepts the following arguments:
205205
206206- ** t** : ` [in] double ` input value.
207207- ** alpha** : ` [in] double ` shape parameter.
208- - ** beta** : ` [in] double ` rate parameter.
208+ - ** beta** : ` [in] double ` rate parameter.
209209
210210``` c
211211double stdlib_base_dists_gamma_mgf ( const double t, const double alpha, const double beta );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif
2828
2929/**
30- * Evaluates the moment-generating function (MGF) for a gamma distribution with shape parameter `alpha` and rate parameter 'beta`.
30+ * Evaluates the moment-generating function (MGF) for a gamma distribution with shape parameter `alpha` and rate parameter 'beta`.
3131*/
3232double stdlib_base_dists_gamma_mgf ( const double t , const double alpha , const double beta );
3333
You can’t perform that action at this time.
0 commit comments