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 f10aaf2 commit ac73b91Copy full SHA for ac73b91
lib/node_modules/@stdlib/stats/base/dists/binomial/README.md
@@ -125,7 +125,7 @@ console.log( binomial.mean( n, p ) );
125
console.log( binomial.pmf( 3, n, p ) );
126
// => ~0.1550
127
128
-// CDF can be used to calculate probability upto certain number of 6s (say upto 3 sixes):
+// CDF can be used to calculate probability up to certain number of 6s (say up to 3 sixes):
129
console.log( binomial.cdf( 3, n, p ) );
130
// => ~0.9303
131
0 commit comments