• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back
binomial cumulative probability

USE: looking for "less than" # of successes
-to model the number of successes in a sample of size n drawn with replacement
2ND:DISTR:B:
binomcdf(number of trials,
probability[,successes])
binomial probability

USE: computes equal to the # of successes
2ND:DISTR:A:
binompdf(number of trials,
probability[,successes])
chi-square cumulative distribution
function (area under the curve)

USE: computes the x^2-distribution probability between lowerbound and upperbound
for the specified interval and degrees of freedom.
2ND :DISTR:DISTR 7: 
x^2cdf(lower bound,upper
bound,degrees of freedom)

NOTE: use for GOF tests
chi-square probability density
function (also used in the Y menu
for graphing)

USE: computes the probability density function for the x^2 distribution at a specified x
with a specified number of degrees of freedom.
2ND:DISTR:DISTR 8: 
x^2 pdf(x,degrees of freedom)


NOTE: you will rarely use this one.
chi-square test of homogeneity or
independence (not goodness-of-fit)
STAT:
TESTS C: 
x^2 -Test(
combinations

USE: In combinations, order do not count.
MATH:PRB:3: nCr

ex)If you have 30 people in a club and you wish to choose a 4 officers with equal rank, this would
be a combination of 30 things taken 4 at a time.
30 nPr 4 = 657,720
confidence interval for a mean, σ known

USE:finds the confidence interval from a sample size n from an unknown population mean μ and known standard deviation σ.
STAT:TESTS:7:Zinterval

Example: 150 light bulbs were tested. It was found that the mean life of the bulb was 58.2 hours with a standard deviation of 2.5 hours. If we assume that the population standard deviation is also 2.5 hours, find a 95% confidence interval for the life expectancy of the bulb.
confidence interval for a mean, σ unknown

USE: finds the confidence interval from a sample size n from an unknown population mean μ and unknown standard deviation σ.
STAT:TESTS:8:Tinterval
confidence interval for a proportion

USE: You have a sample size of n and have x successes. You want to predict the proportion of success to an indicated level of confidence. We assume that the data is from an SRS, the population is at least 10 times the sample size, >10.
STAT:TESTS A:1-PropZInt
confidence interval for the difference
of two means, σ1 and σ2 known

USE:
STAT:
TESTS 9:2-SampZInt
confidence interval for the difference
of two means, σ1 and σ2 un known
STAT:
TESTS 0:2-SampTInt
confidence interval for the
difference of two proportions
STAT:
TESTS B:2-PropZInt
geometric cumulative probability
2ND:
DISTR:E:geometcdf(probability,trial
of first success)
least squares regression line
STAT:
CALC 4:LinReg(a+bx)
normal cumulative distribution
function (area under the curve)
2ND:
DISTR:2:normalcdf(lower bound,
upper bound,[mean, standard
deviation])
normal distribution, draw and
shade
2ND:
DISTR:DRAW:1:ShadeNorm(lower bound,
upper bound[,mean, standard
deviation])
normal distribution’s x-value or
z-score corresponding to a known area
2ND:
DISTR:3:invNorm(area[,mean,
standard deviation]
normal probability density function
(also used in the Y= menu for
graphing)
2ND:
DISTR:1:normalpdf(x[,mean,
standard deviation])
significance test for a mean, σ known
STAT:
TESTS:1:Z-Test
significance test for a mean, σ unknown
STAT:
TESTS:2:T-Test
significance test for a proportion
STAT:
TESTS:5:1-PropZTest
significance test for a slope
STAT:
TESTS:E:LinRegTTest
significance test for the difference of
two means, σ1 and σ2 known
STAT:
TESTS 3:2-SampZTest
significance test for the difference of
two means, σ1and σ2 unknown
STAT:
TESTS 4:2-SampTTest
significance test for the difference of
two proportions
STAT:
TESTS 6:2-PropZTest
summary statistics of a list or
frequency table
STAT:
CALC 1:1-Var Stats
The minimum, maximum, mean, median, standard deviation, and variance can also be individually calculated.
2ND [LIST] MATH 1:min(list)
2ND [LIST] MATH 2:max(list)
2ND [LIST] MATH 3:mean(list[,frequency list])
2ND [LIST] MATH 4:median(list[,frequency list])
2ND [LIST] MATH 7:stdDev(list[,frequency list])
2ND [LIST] MATH 8:variance(list[,frequency list])
summary statistics of two lists or
frequency tables
STAT:
CALC:2:2-Var Stats
t cumulative distribution function
(area under the curve)
2ND:
DISTR5:tcdf(lower bound, upper
bound, degrees of freedom)
t probability density function (also
used in the Y menu for graphing)
2ND:
DISTR:4:tpdf(