Appendix D — Manual Graphing Calculators
D.1 Graphing Calculator Texas Instruments TI-83/TI-83 Plus/TI-84 Plus
D.1.1 Measures of central tendency and variability
Choose: STAT > EDIT
- Enter the outcomes in list
L1, or - Enter the different outcomes in list
L1and the corresponding frequencies in listL2 - Leave
L1(orL1, andL2) via2nd MODE (= QUIT)
Choose: STAT > CALC > 1-VAR STATS > List: L1, or STAT > CALC > 1-VAR STATS > List: L1, and FreqList: L2
You will get, among other values:
- \(\bar{x} =\) sample mean
- \(s_x =\) sample standard deviation (based on division by \(n - 1\))
- \(\sigma_x =\) population standard deviation (based on division by \(n\))
-
minX\(=\) minimum -
maxX\(=\) maximum -
Q\(_1 =\) first Quartile -
Med\(=\) median (or second Quartile) -
Q\(_3 =\) third Quartile
The variance is equal to the standard deviation squared; Inter Quartile Range (IQR) \(=\) Q\(_3\) \(–\) Q\(_1\).
D.1.2 Binomial Distribution
Choose: 2nd VARS (= DISTR)
Let \(y \sim \mbox{Bin}(n,\ \pi)\) or \(y \sim \mbox{B}(n,\ \pi)\).
\(P(y = k) = \binom{n}{k} \times \pi^k \times (1 - \pi)^{n - k} = \frac{n!}{k! \times (n-k)!} \times \pi^k \times (1 - \pi)^{n - k}\):
binompdf(\(n\),\(\pi\),\(k\))\(P(y \leq k)\):
binomcdf(\(n\),\(\pi\),\(k\))
Where \(n\) denotes the sample size, \(\pi\) denotes the population proportion of success, and \(k\) denotes the number of successes counted in the sample of size \(n\).
D.1.3 Normal Distribution
Choose: 2nd VARS (= DISTR)
Let \(y \sim \mbox{N}(\mu,\ \sigma)\).
\(P(\mbox{"lowerbound"} \leq y \leq \mbox{"upperbound"})\):
normalcdf(lower, upper,\(\mu\),\(\sigma\))\(P(y \geq \mbox{"lowerbound"})\):
normalcdf(lower, 1E99,\(\mu\),\(\sigma\))\(P(y \leq \mbox{"upperbound"})\):
normalcdf(-1E99, upper,\(\mu\),\(\sigma\))
-1E99, being \(-1 \times 10^{99}\), denotes negative infinity (\(-\infty\)), and1E99(\(1 \times 10^{99}\)) denotes positive infinity (\(\infty\))Use \(\mu = 0\) and \(\sigma = 1\) for the Standard Normal Distribution.
D.1.4 Inverse Normal Distribution
Choose: 2nd VARS (= DISTR)
Let \(y \sim \mbox{N}(\mu,\ \sigma)\).
-
invNorm(area,\(\mu\),\(\sigma\))calculates the value \(q\) of \(y\) for which: \(P(y \leq q) =\)area
Therefore, area denotes a left-tailed probability under the normal distribution.
- Use \(\mu = 0\) and \(\sigma = 1\) for the Standard Normal Distribution.
D.1.5 Student t-distribution
Choose: 2nd VARS (= DISTR)
Let \(t \sim\) Student \(t\)-distribution with \(\nu =\) df degrees of freedom.
\(P(\mbox{"lowerbound"} \leq t \leq \mbox{"upperbound"})\):
tcdf(lower, upper, df)\(P(t \geq \mbox{"lowerbound"})\):
tcdf(lower, 1E99, df)\(P(t \leq \mbox{"upperbound"})\):
tcdf(-1E99, upper, df)
-
-1E99, being \(-1 \times 10^{99}\), denotes negative infinity (\(-\infty\)), and1E99(\(1 \times 10^{99}\)) denotes positive infinity (\(\infty\))
D.1.6 Inverse Student t-distribution
Choose: 2nd VARS (= DISTR)
Let \(t \sim\) Student \(t\)-distribution with \(\nu =\) df degrees of freedom.
-
invT(area, df)calculates the value \(q\) of \(t\) for which: \(P(t \leq q) =\)areaunder a Student t-distribution with \(\nu =\)dfdegrees of freedom.
Therefore, area denotes a left-tailed probability under the Student t-distribution.
The invT() function is by default present in the TI-84 Plus graphing calculator. However, not by default in the TI-83/TI-83 Plus. Fortunately, this function can be easily added by programming it into the TI-83/TI-83 Plus as explained in the next section.
D.1.6.1 Programming the INVT() function into the TI-83/TI-83 Plus
Steps to program the INVT() function into the TI-83/TI-83 Plus graphing calculator, are shown in https://youtu.be/5Ft5eZVJtPk.
To execute the program select:
-
PRGM,EXEC, got toINVT, and pressENTERto select. - Press
ENTERagain and fill behindAREA LEFT:the value for the left-tailed probability. - Press
ENTERand fill behindDF:the value for the degrees of freedom \(\nu =\)df. - After pressing
ENTERthe value forINVT(area, df)will be calculated as explained above.
D.2 Graphing Calculator Casio CFX-9850/fx-9750GII/fx-9860G Series
D.2.1 Measures of central tendency and variability
Choose: MENU > STAT or press 2 on the keypad, if necessary, empty existing lists via F\(\mathbf{6}\) > F\(\mathbf{4}\) DEL-A.
Type the different outcomes in
List 1and the corresponding frequencies inList 2.-
Choose F\(\mathbf{2}\)
CALC, and then F\(\mathbf{6}\)SETfor setting the lists to use when needed:1 Var Xlist : List1-
1 Var Freq: List2and pressEXE
Select F\(\mathbf{1}\)
1VAR.-
The following values, among others, are displayed:
- \(\bar{x} =\) sample mean
- \(s_x =\) sample standard deviation (based on division by \(n - 1\))
- \(\sigma_x =\) population standard deviation (based on division by \(n\))
-
minX\(=\) minimum -
Q1\(=\) first Quartile -
Med\(=\) median -
Q3\(=\) third quartile -
maxX\(=\) maximum
The variance is equal to the standard deviation squared; Inter Quartile Range (IQR) \(=\) Q3 \(–\) Q1.
D.2.2 Binomial Distribution
Choose: MENU > STAT or press 2 on the keypad > F\(\mathbf{5}\) DIST
Let \(y \sim \mbox{Bin}(n,\ \pi)\) or \(y \sim \mbox{B}(n,\ \pi)\).
-
\(P(y = k) = \binom{n}{k} \times \pi^k \times (1 - \pi)^{n - k} = \frac{n!}{k! \times (n-k)!} \times \pi^k \times (1 - \pi)^{n - k}\):
- Press F\(\mathbf{5}\)
BINMand then F\(\mathbf{1}\)Bpd. - Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed. - Behind \(x\), enter the value for the number of successes \(k\) and press
EXE. - Behind
Numtrial, enter the value the number of trials \(n\) and pressEXE. - Behind
p, enter the value for the probability of success \(\pi\) and pressEXE. - Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Press F\(\mathbf{5}\)
-
\(P(y \leq k)\):
- Press F\(\mathbf{5}\)
BINMand then F\(\mathbf{2}\)Bcd. - Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed. - Behind \(x\), enter the value for the number of successes \(k\) and press
EXE. - Behind
Numtrial, enter the value the number of trials \(n\) and pressEXE. - Behind
p, enter the value for the probability of success \(\pi\) and pressEXE. - Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Press F\(\mathbf{5}\)
D.2.3 Normal Distribution
Choose: MENU > STAT or press 2 on the keypad > F\(\mathbf{5}\) DIST
Let \(y \sim \mbox{N}(\mu,\ \sigma)\).
-
Calculation of \(P(\mbox{"lowerbound"} \leq y \leq \mbox{"upperbound"}),\ P(y \geq \mbox{"lowerbound"}),\ \mbox{or } P(y \leq \mbox{"upperbound"})\):
- Press F\(\mathbf{1}\)
NORM, and then F\(\mathbf{2}\)Ncd. - Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed. - Behind
Lower, type the “lowerbound” of the interval and pressEXE. If there is no lowerbound use-1E99(\(-1 \times 10^{99}\)) for negative infinity (\(-\infty\)) - Behind
Upper, type the “upperbound” of the interval and pressEXE. If there is no upperbound use1E99(\(1 \times 10^{99}\)) for positive infinity (\(\infty\)) - Provide the values for \(\sigma\), and \(\mu\).
- Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Press F\(\mathbf{1}\)
- Use \(\mu = 0\) and \(\sigma = 1\) for the Standard Normal Distribution.
D.2.4 Inverse Normal Distribution
Choose: MENU > STAT or press 2 on the keypad > F\(\mathbf{5}\) DIST
Let \(y \sim \mbox{N}(\mu,\ \sigma)\).
-
Calculation of the value \(q\) of y for which: \(P(y \leq q) =\)
Area:Press F\(\mathbf{1}\)
NORMand then F\(\mathbf{3}\)InvN.Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed.-
For the fx-9750GII/fx-9680G Series, please pay special attention to the side (
Tail) used:- When F\(\mathbf{1}\)
LEFTis used, the area from negative infinity (\(-\infty\)) to the upperbound \(q\) will be used, that is the left-tailed probability under the normal distribution \(P(y \leq q) =\)Area. - When F\(\mathbf{2}\)
RIGHTis used, the area from the lowerbound \(q\) to positive infinity (\(\infty\)) will be used, that is the right-tailed probability under the normal distribution \(P(y \geq q) =\)Area. - When F\(\mathbf{3}\)
CNTRis used, the area from the lowerbound \(-q\) to the upperbound \(q\) will be used, that is the two-tailed probability under the normal distribution \(P(-q \leq y \leq q) =\)Area.
- When F\(\mathbf{1}\)
Behind
Area, fill the value for the probability under the normal distribution. In case of using a Casio CFX-9850 Series enter the left-tailed probability under the normal distribution, being \(P(y \leq q) =\)Area.Provide the values for \(\sigma\), and \(\mu\).
Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Use \(\mu = 0\) and \(\sigma = 1\) for the Standard Normal Distribution.
D.2.5 Student t-distribution
Choose: MENU > STAT or press 2 on the keypad > F\(\mathbf{5}\) DIST
Let \(t \sim\) Student \(t\)-distribution with \(\nu =\) df degrees of freedom.
-
Calculation of \(P(\mbox{"lowerbound"} \leq y \leq \mbox{"upperbound"}),\ P(y \geq \mbox{"lowerbound"}),\ \mbox{or } P(y \leq \mbox{"upperbound"})\):
- Press F\(\mathbf{2}\)
t, and then F\(\mathbf{2}\)tcd. - Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed. - Behind
Lower, type the “lowerbound” of the interval and pressEXE. If there is no lowerbound use-1E99(\(-1 \times 10^{99}\)) for negative infinity (\(-\infty\)) - Behind
Upper, type the “upperbound” of the interval. If there is no upperbound use1E99(\(1 \times 10^{99}\)) for positive infinity (\(\infty\)) - Provide the values for \(\nu =\)
dfdegrees of freedom. - Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Press F\(\mathbf{2}\)
D.2.6 Inverse Student t-distribution
Choose: MENU > STAT or press 2 on the keypad > F\(\mathbf{5}\) DIST
Let \(t \sim\) Student \(t\)-distribution with \(\nu =\) df degrees of freedom.
-
Calculate the value \(q\) of \(t\) for which: \(P(t \leq q) =\)
Area:- Press F\(\mathbf{2}\)
t, and then F\(\mathbf{3}\)Invt. - Press F\(\mathbf{2}\)
Varto switch form list (F\(\mathbf{1}\)List) to variable mode, when needed. - Behind
Area, fill the value for the right-tailed probability under the Student t-distribution, that is \(P(y \geq q) =\)Area. - Provide the value for the degrees of freedom \(\nu =\)
df. - Navigate to
Executeand select F\(\mathbf{1}\)CALC, or pressEXEto calculate the answer.
- Press F\(\mathbf{2}\)