AP Stats: Calculator Commands Review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing calculator commands on the TI-84 for AP Statistics, covering statistical calculations, distributions, and tests.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

normalcdf(-1E99, UB)

Calculates the area under the z-distribution to the left of an upper bound (UB).

2
New cards

normalcdf(LB, -1E99)

Calculates the area under the z-distribution to the right of a lower bound (LB).

3
New cards

normalcdf(LB, UB)

Calculates the area under the z-distribution between a lower bound (LB) and an upper bound (UB).

4
New cards

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).

5
New cards

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).

6
New cards

invNorm(area)

Finds the z-score corresponding to a given area in the tail (percentile).

7
New cards

invT(area of tail, df)

Finds the t-score corresponding to a given area in the tail (percentile) with specified degrees of freedom (df).

8
New cards

Xsquared-cdf

Finds the Chi-Square score corresponding to a given area in the tail (percentile) with specified degrees of freedom (df).

9
New cards

binompdf(n, p, x)

Calculates binomial probability of exactly x successes in n trials, with success probability p.

10
New cards

binomcdf(n, p, x)

Calculates the cumulative binomial probability; the sum of probabilities up to and including x successes.

11
New cards

geometpdf(p, n)

Calculates the probability that the first success occurs on the nth trial, with success probability p.

12
New cards

geometcdf(p, n)

Calculates the cumulative geometric probability; the sum of the probabilities up to and including the nth trial.

13
New cards

1-PropZInt

Calculates a one-proportion z-confidence interval.

14
New cards

2-PropZInt

Calculates a two-proportion z-confidence interval.

15
New cards

1-PropZTest

Performs a one-proportion z-significance test.

16
New cards

2-PropZTest

Performs a two-proportion z-significance test.

17
New cards

TInterval

Calculates a t-confidence interval for means.

18
New cards

T-Test

Performs a t-test for means.

19
New cards

XsquaredGOF-Test

Performs a Chi-Square Goodness of Fit test.

20
New cards

Xsquared-Test

Performs a Chi-Square test for homogeneity.

21
New cards

Xsquared-Test

Performs a Chi-Square test for independence.

22
New cards

LinRegTInt

Calculates confidence intervals for regression.

23
New cards

LinRegTTest

Performs tests for regression.