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 94f7cf1 commit fdd9289Copy full SHA for fdd9289
lib/node_modules/@stdlib/stats/base/dists/binomial/median/src/main.c
@@ -22,11 +22,11 @@
22
#include <stdint.h>
23
24
/**
25
-* Returns the median of a Binomial distribution.
+* Returns the median of a binomial distribution with number of trials `n` and success probability `p`.
26
*
27
-* @param n number of trials
28
-* @param p success probability
29
-* @return median
+* @param n number of trials
+* @param p success probability
+* @return median
30
31
* @example
32
* double y = stdlib_base_dists_binomial_median( 100, 0.1 );
0 commit comments