Skip to content

Commit 4493590

Browse files
authored
chore: add suggestions
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent fd9c7ff commit 4493590

File tree

1 file changed

+4
-8
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/stdev/src

1 file changed

+4
-8
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/stdev/src/main.c

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,17 @@
1616
* limitations under the License.
1717
*/
1818

19-
// MODULES //
20-
19+
#include "stdlib/stats/base/dists/kumaraswamy/stdev.h"
2120
#include "stdlib/math/base/assert/is_nan.h"
2221
#include "stdlib/math/base/special/beta.h"
2322
#include "stdlib/math/base/special/sqrt.h"
2423

25-
26-
// MAIN //
27-
2824
/**
2925
* Returns the standard deviation of a Kumaraswamy's double bounded distribution.
3026
*
31-
* @param {PositiveNumber} a - first shape parameter
32-
* @param {PositiveNumber} b - second shape parameter
33-
* @returns {PositiveNumber} standard deviation
27+
* @param a first shape parameter
28+
* @param b second shape parameter
29+
* @returns standard deviation
3430
*
3531
* @example
3632
* double v = stdlib_base_dists_kumaraswamy_stdev( 0.5, 1.0 );

0 commit comments

Comments
 (0)