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 44cd21d commit 6593069Copy full SHA for 6593069
lib/node_modules/@stdlib/stats/base/dists/negative-binomial/mode/src/main.c
@@ -25,8 +25,7 @@
25
*
26
* @param r number of failures until experiment is stopped
27
* @param p success probability
28
-* @return expected value of the negative binomial distribution
29
-*
+* @return mode
30
* @example
31
* double v = stdlib_base_dists_negative_binomial_mode( 100.0, 0.2 );
32
* // returns 396.0
0 commit comments