Skip to content

Commit 0f524e0

Browse files
chore: remove space
1 parent 272afc9 commit 0f524e0

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/mgf

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
211211
double stdlib_base_dists_gamma_mgf( const double t, const double alpha, const double beta );

lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/include/stdlib/stats/base/dists/gamma/mgf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
3232
double stdlib_base_dists_gamma_mgf( const double t, const double alpha, const double beta );
3333

0 commit comments

Comments
 (0)