Skip to content

Commit 9542084

Browse files
authored
fix: kurtosis.h
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent e687e3e commit 9542084

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/kurtosis/include/stdlib/stats/base/dists/kumaraswamy

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/kurtosis/include/stdlib/stats/base/dists/kumaraswamy/kurtosis.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-
* Returns the variance for a Laplace distribution with location `mu` and scale `b`.
30+
* Returns the excess kurtosis of a Kumaraswamy's double bounded distribution.
3131
*/
3232
double stdlib_base_dists_kumaraswamy_kurtosis( const double a, const double b );
3333

0 commit comments

Comments
 (0)