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 27fca27 commit 2fdc789Copy full SHA for 2fdc789
lib/node_modules/@stdlib/stats/base/dists/beta/entropy/README.md
@@ -183,7 +183,7 @@ double y = stdlib_base_dists_beta_entropy( 1.0, 1.0 );
183
The function accepts the following arguments:
184
185
- **alpha**: `[in] double` first shape parameter.
186
-- **beta**: `[in] double` second shape parameter.
+- **beta**: `[in] double` second shape parameter.
187
188
```c
189
double stdlib_base_dists_beta_entropy( const double alpha, const double beta );
0 commit comments