Normalcdf( - Norris Math



Calculator Cheat Sheet(slightly revised version originally from Rishi Goel)normalcdf( (push 2nd , vars to get there)Name: normalcdf(lowerbound,upperbound[,?,σ])What is it? normalcdf( computes the normal distribution probability between lowerbound andupperbound for the specified mean m and standard deviation s. The defaults are ? = 0 and σ = 1; that is why those brackets are there in the formula (you do not need to type in those brackets into the calculator).What does the answer give me? normal distribution probabilityWhat does it look like? invNorm( (push 2nd , vars to get there)Name: invNorm(area[,?,σ])What is it? invNorm( computes the inverse cumulative normal distribution function for a given area under the normal distribution curve specified by mean m and standard deviation s. It calculates the x value associated with an area to the left of the x value. 0 ≤ area ≤ 1 must be true. The defaults are ? = 0 and σ = 1 if you just want the z-score.What does the answer give me? z-scoreWhat does it look like? binompdf( (push 2nd , vars to get there and scroll down or up to find it)Name: binompdf(numtrial,p,x)What is it? binompdf( computes a probability at x for the discrete binomial distribution with the specified numtrials and probability of success (p) on each trial. x can be an integer or a list of integers. 0 ≤ p ≤ 1 must be true. numtrials must be an integer > 0. If you do not specify x, a list of probabilities from 0 to numtrials is returned. The probability density function (pdf) is:where n = numtrialsWhat does the answer give me? probability at x for the discrete binomial distributionWhat does it look like? binomcdf( (push 2nd , vars to get there and scroll down or up to find it)Name: binomcdf(numtrials,p[,x])What is it? binomcdf( computes a cumulative probability at x and below for the discrete binomial distribution with the specified numtrials and probability of success (p) on each trial. x can be a real number or a list of real numbers. 0 ≤ p ≤ 1 must be true. numtrials must be an integer > 0. If you do not specify x, a list of cumulative probabilities is returned.What does the answer give me? cumulative probability at x and below for the binomial distributionWhat does it look like? To turn diagnostics on to get r and r2 in regression: 2nd , 0 , diagnostics on , enter , enterLinreg (push , stat , calc , linreg) List1 and List 2 are the defaults.What does it give me? the linear regression equation, r, and r2Residual Plot (push 2nd , y= , and put resid in y-list) Important note: You cannot get a residual until AFTER you calculate the linear regression. Then resid can by found by pushing 2nd , stat to get to the list function. The trace button will help you identify particular points.Random number/integer generator (push math , prb , 5(randint ) Then enter the boundaries you wish separated by a commaCompiled Calculator Input Cheat SheetStatisticCalculator InputNormal Distributionnormalcdf(lowerbound,upperbound[,?,σ])Inverse Normal (to find the z-score)invNorm(area[,?,σ])Binomial (discrete)binompdf(numtrials,p[,x])Binomial (cumulative)binomcdf(numtrials,p[,x]) ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download