PCalc is a discrete distribution probability calculator.
n = 10
X ~ Binomial(n, .5)
? P(X > 3)
? E(X)
Query | Result |
---|---|
.828125 | |
5 |
To convert the parser to js, run the following:
$ npx pegjs -e parser --format globals parser.pegjs
PCalc is a discrete distribution probability calculator.
n = 10
X ~ Binomial(n, .5)
? P(X > 3)
? E(X)
Query | Result |
---|---|
.828125 | |
5 |
To convert the parser to js, run the following:
$ npx pegjs -e parser --format globals parser.pegjs