<< Chapter < Page | Chapter >> Page > |
Access the equation menu. The regression equation will be put into Y1.
Access the vars menu and navigate to
<5: Statistics>
.
,
<EQ>
.
<1: RegEQ>
contains the regression equation which will be entered in Y1.
Access the list. RESID will be an item on the menu. Navigate to it.
,
[LIST]
,
<RESID>
Confirm twice to view the list of residuals. Use the arrows to select them.
,
Store the residuals in
[L3]
.
,
,
[L3]
,
Calculate the
. Note that
,
[L3]
,
,
,
Store this value in
[L4]
.
,
,
[L4]
,
Calculate the critical value using the equation above.
,
,
,
,
,
[V]
,
,
[LIST]
,
,
,
,
[L4]
,
,
,
[L3]
to 7.64. If the absolute value is greater than 7.64, then the (x, y) corresponding point is an outlier. In this case, none of the points is an outlier.
Access
DISTR
(for "Distributions").
For technical assistance, visit the Texas Instruments website at (External Link) and enter your calculator model into the "search" box.
binompdf(
n ,
p ,
x )
corresponds to
P (
X =
x )binomcdf(
n ,
p ,
x )
corresponds to
P (X ≤ x)
x
" parameter.
poissonpdf(λ,
x )
corresponds to
P (
X =
x )poissoncdf(λ,
x )
corresponds to
P (
X ≤
x )
normalpdf(
x ,
μ ,
σ )
yields a probability density function value (only useful to plot the normal curve, in which case "
x
" is the variable)normalcdf(left bound, right bound,
μ ,
σ )
corresponds to
P (left bound<
X <right bound)normalcdf(left bound, right bound)
corresponds to
P (left bound<
Z <right bound) – standard normalinvNorm(
p ,
μ ,
σ )
yields the critical value,
k :
P (
X <
k ) =
p invNorm(
p )
yields the critical value,
k :
P (
Z <
k ) =
p for the standard normal
tpdf(
x ,
df )
yields the probability density function value (only useful to plot the student-
t curve, in which case "
x
" is the variable)tcdf(left bound, right bound,
df )
corresponds to
P (left bound<
t <right bound)
Χ
2 pdf(
x ,
df )
yields the probability density function value (only useful to plot the chi
2 curve, in which case "
x
" is the variable)Χ
2 cdf(left bound, right bound,
df )
corresponds to
P (left bound<
Χ
2 <right bound)
Fpdf(
x ,
dfnum ,
dfdenom )
yields the probability density function value (only useful to plot the
F curve, in which case "
x
" is the variable)Fcdf(left bound,right bound,
dfnum ,
dfdenom )
corresponds to
P (left bound<
F <right bound)Access
STAT
and
TESTS
.
For the confidence intervals and hypothesis tests, you may enter the data into the appropriate lists and press
DATA
to have the calculator find the sample means and standard deviations. Or, you may enter the sample means and sample standard deviations directly by pressing
STAT
once in the appropriate tests.
ZInterval
is the confidence interval for mean when σ is known.TInterval
is the confidence interval for mean when σ is unknown;
s estimates σ.1-PropZInt
is the confidence interval for proportion.The confidence levels should be given as percents (ex. enter "
95
" or "
.95
" for a 95% confidence level).
Z-Test
is the hypothesis test for single mean when σ is known.T-Test
is the hypothesis test for single mean when σ is unknown;
s estimates σ.2-SampZTest
is the hypothesis test for two independent means when both σ's are known.2-SampTTest
is the hypothesis test for two independent means when both σ's are unknown.1-PropZTest
is the hypothesis test for single proportion.2-PropZTest
is the hypothesis test for two proportions.Χ
2 -Test
is the hypothesis test for independence.Χ
2 GOF-Test
is the hypothesis test for goodness-of-fit (TI-84+ only).LinRegTTEST
is the hypothesis test for Linear Regression (TI-84+ only).Input the null hypothesis value in the row below "
Inpt
." For a test of a single mean, "
μ∅
" represents the null hypothesis. For a test of a single proportion, "
p∅
" represents the null hypothesis. Enter the alternate hypothesis on the bottom row.
Notification Switch
Would you like to follow the 'Introductory statistics' conversation and receive update notifications?