Calculator Use Part8
Calculator Use Part8
x b
c
1+ ae !bx
C. SinReg - performs sinusoidal regression in the form of y = a sin( bx + c ) + d
* 3. invnorm - computes the x value associated with a given area under a normal curve.
form: invnorm(percentage, , ! ).
this calculation is the one to use if you know a percentile and you want to find the score
associated with it.
Example: The scores in a large test are normally distributed with a mean of 74 and a standard
deviation of 5. Find the score that represents:
a) the 70th percentile:
b) the top percentile:
4. tpdf - computes the probability density function for the normal distribution at a specified x
with a specified number of degrees of freedom. Since the probability of any particular
x-value is zero in a t-distribution, then this function is used just in graphing a t-distribution.
form: tpdf (x, df). To see a t-distribution curve graphed, place this function into Y1 and
graph using an X window from -3 to 3.
Note: You will very rarely use this function.
5: tcdf - computes the t-distribution probability between lowerbound and upperbound
www.MasterMathMentor.com
-8-
Stu Schwartz