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