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 912442a commit 836fe7dCopy full SHA for 836fe7d
lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/src/main.c
@@ -18,20 +18,14 @@
18
19
#include "stdlib/math/base/assert/is_nan.h"
20
21
-
22
-// VARIABLES //
23
24
static const double SKEWNESS = 1.1395470994046488;
25
26
27
-// MAIN //
28
29
/**
30
* Returns the skewness for a Gumbel distribution with location `mu` and scale `beta`.
31
*
32
* @param mu location parameter
33
* @param beta scale parameter
34
-* @returns skewness
+* @return skewness
35
36
* @example
37
* double y = stdlib_base_dists_gumbel_skewness( 0.0, 1.0 );
0 commit comments