File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/base/dists/arcsine/mean
include/stdlib/stats/base/dists/arcsine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717*/
1818
1919#include "stdlib/stats/base/dists/arcsine/mean.h"
20- #include <stdio.h>
2120#include <stdlib.h>
21+ #include <stdio.h>
2222
2323static double random_uniform ( const double min , const double max ) {
2424 double v = (double )rand () / ( (double )RAND_MAX + 1.0 );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif
2828
2929/**
30- * Returns the mean of an arcsine distribution with minimum support `a` and maximum support `b` .
30+ * Returns the expected value of an arcsine distribution.
3131*/
3232double stdlib_base_dists_arcsine_mean ( const double a , const double b );
3333
You can’t perform that action at this time.
0 commit comments