Jump to content

Statistics Help


luiz

Recommended Posts

So the Math Paper 1 is tomorrow, and the only thing I don't know is the whole binomPDF, binomCDF, invnorm, normCDF, normPDF, etc (if there's any more like these...).

Does anyone have a good website which teaches you how to solve these?

Link to post
Share on other sites

So the Math Paper 1 is tomorrow, and the only thing I don't know is the whole binomPDF, binomCDF, invnorm, normCDF, normPDF, etc (if there's any more like these...).

Does anyone have a good website which teaches you how to solve these?

Actually, I don't know any sites that teach these kind of things, but I can help you with this.

So here it is:

you use :

- binom : when its a binominal distribution

- norm : when its a normal distribution

- pdf : if its p(x= something)

- cdf : when its p(x< something)

- invNorm : it gives you the data which is on the last page of the data booklet

FOR BINOMINAL DISTRIBUTION

Example:

X~B(n,p)

p(X=1) = binompdf (n,p,1)

Example 2:

X~B(n,p)

p(X>/3) = 1- p(X\<2) = 1- binomcdf (n,p,2)

FOR NORMAL DISTRIBUTION

Example1:

Z>x

P(Z>((x-u)/o)) = p(Z<((u-x)/o)) = p (Z<d) = normalcdf(lower bound, upper bound, u, o)

Example2:

if it asks you to find the value of k in:

p(X>k)=c

you do this:

p(Z> ((k-u)/o)=c

p(Z<((k-u)/o) = 1-c

((k-u)/o) = invNorm (1-c)

k= o x invNorm(1-c) + u

I copied my notes,

Hope this helps..

Good luck!

  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...