Topic: Binomial Distribution
The binomial distribution doesn't work. Am I writing it the wrong way?
For example:
fact(4)/[fact(x)*fact(4-x)]*[[(0.64^x)*[(1-0.64)^(4-x)]]
with n = 4
and p= 0.64
Thanks for help
Santiago
You are not logged in. Please login or register.
Graph Forums → Support → Binomial Distribution
The binomial distribution doesn't work. Am I writing it the wrong way?
For example:
fact(4)/[fact(x)*fact(4-x)]*[[(0.64^x)*[(1-0.64)^(4-x)]]
with n = 4
and p= 0.64
Thanks for help
Santiago
Your problem is that the fact function is only defined for integers. You can force Graph to calculate for integers by setting Draw type to Dots and specifying a range. I have attached a file that show this.
Thank you very much :-)
Graph Forums → Support → Binomial Distribution
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.011 seconds (66% PHP - 34% DB) with 11 queries