Jump to content

Probability using the calculator


Supib

Recommended Posts

Anyone here mind sharing how to solve probability questions using the calculator? Im quite lost on these...

I know that for a normal distribution you can get the z using invNorm(number, mean (0), st.dev) but I hardly know anything else. Is there a list or a guide book somewhere on the internet I could use. I could really use some help. Thanks guys! (Doing math sl)

Link to post
Share on other sites

What??? I've never used that function!

normal distribution: X~N(m,s2), m=mean, s=st.dev

P(a < X < b) = normalcdf(a,b,m,s)

poisson distribution: X~Po(m), m=mean

P(X = r) = poissonpdf(m,r)

P(X <= r) = poissoncdf(m,r)

binomial distribution: X~B(n,p), n=Number of trials, p=Probability of event

P(X = r) = binompdf(n,p,r)

P(X <= r) = binomcdf(n,p,r)

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...