1/22
Flashcards for reviewing calculator commands on the TI-84 for AP Statistics, covering statistical calculations, distributions, and tests.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
normalcdf(-1E99, UB)
Calculates the area under the z-distribution to the left of an upper bound (UB).
normalcdf(LB, -1E99)
Calculates the area under the z-distribution to the right of a lower bound (LB).
normalcdf(LB, UB)
Calculates the area under the z-distribution between a lower bound (LB) and an upper bound (UB).
tcdf(LB, UB, df)
Calculates the area under the t-distribution between a lower bound (LB) and upper bound (UB) with specified degrees of freedom (df).
Xsquared-cdf(LB, UB, df)
Calculates the area in the tail of the Chi-Square distribution between a lower bound (LB) and an upper bound (UB) with specified degrees of freedom (df).
invNorm(area)
Finds the z-score corresponding to a given area in the tail (percentile).
invT(area of tail, df)
Finds the t-score corresponding to a given area in the tail (percentile) with specified degrees of freedom (df).
Xsquared-cdf
Finds the Chi-Square score corresponding to a given area in the tail (percentile) with specified degrees of freedom (df).
binompdf(n, p, x)
Calculates binomial probability of exactly x successes in n trials, with success probability p.
binomcdf(n, p, x)
Calculates the cumulative binomial probability; the sum of probabilities up to and including x successes.
geometpdf(p, n)
Calculates the probability that the first success occurs on the nth trial, with success probability p.
geometcdf(p, n)
Calculates the cumulative geometric probability; the sum of the probabilities up to and including the nth trial.
1-PropZInt
Calculates a one-proportion z-confidence interval.
2-PropZInt
Calculates a two-proportion z-confidence interval.
1-PropZTest
Performs a one-proportion z-significance test.
2-PropZTest
Performs a two-proportion z-significance test.
TInterval
Calculates a t-confidence interval for means.
T-Test
Performs a t-test for means.
XsquaredGOF-Test
Performs a Chi-Square Goodness of Fit test.
Xsquared-Test
Performs a Chi-Square test for homogeneity.
Xsquared-Test
Performs a Chi-Square test for independence.
LinRegTInt
Calculates confidence intervals for regression.
LinRegTTest
Performs tests for regression.