We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6edb commit cd55a98Copy full SHA for cd55a98
lib/node_modules/@stdlib/stats/base/dists/gamma/entropy/README.md
@@ -181,8 +181,8 @@ double y = stdlib_base_dists_gamma_entropy( 1.0, 1.0 );
181
182
The function accepts the following arguments:
183
184
-- **alpha**: `[in] double` Shape parameter.
185
-- **beta**: `[in] double` Rate parameter.
+- **alpha**: `[in] double` shape parameter.
+- **beta**: `[in] double` rate parameter.
186
187
```c
188
double stdlib_base_dists_gamma_entropy( const double alpha, const double beta );
0 commit comments