Isa Posted September 14, 2012 Posted September 14, 2012 I have an assignment http://www20.speedys...nload/image.png which is a bit different, I have to use Mathematics Handbook for Sience and Engineering to solve the problem, I can look it up in tables. But the tables for binomial functions is only up to 20, Normal Distribution to 3.4 and Poisson up to 24 in some cases. So how do I do it? Approximation of some kind?
mathematic Posted September 14, 2012 Posted September 14, 2012 (edited) You can approximate by the normal distribution using the mean and variance of the binomial. Edited September 14, 2012 by mathematic
Bignose Posted September 14, 2012 Posted September 14, 2012 (edited) Any of various mathematics software (Mathematica, MathCAD, etc.) or even most programming languages (C, Fortran, Python, R) can compute this using the exact definition of the binomial distribution. In fact, I suspect that this is the point of the problem -- not to check the student's 'look something up in a table' skills, but the check the student's ability to used some slightly more advanced computation tools. Edited September 14, 2012 by Bignose
Isa Posted September 15, 2012 Author Posted September 15, 2012 Any of various mathematics software (Mathematica, MathCAD, etc.) or even most programming languages (C, Fortran, Python, R) can compute this using the exact definition of the binomial distribution. In fact, I suspect that this is the point of the problem -- not to check the student's 'look something up in a table' skills, but the check the student's ability to used some slightly more advanced computation tools. I agree it is very wierd since we can not answer like this on an exam, but the assignment says look up in Matematics Handbook Beta. You can approximate by the normal distribution using the mean and variance of the binomial. How do you do this?
mathematic Posted September 15, 2012 Posted September 15, 2012 mean = np = 100x.7 = 70 , variance = np(1-p) = 100x.7x.3 = 21. Can you handle a normal distribution with these parameters?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now