AP Stats Calculator Functions

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

1/20

flashcard set

Earn XP

Description and Tags

what calculator function to use in different situatuions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Used to find standard deviation, and 5 number summary for a data set

1-Var stats (STAT, CALC)

2
New cards

to find the equation for a lest squares regression line (to find r & r2)

LinReg(a+bx) (STAT, CALC)

3
New cards

to find probability of getting exactly X successes in a binomial setting

Binompdf (2nd, VARS, DISTR)

4
New cards

to find the probability of getting at most X successes in a binomial setting

Binomcdf (2nd, VARS, DISTR)

5
New cards

to find area for an interval in a normal distribution

normalcdf (2nd, VARS, DISTR)

6
New cards

to find a boundry value in a normal distribution

invNorm (2nd, VARS, DISTR)

7
New cards

to find an area for an interval in a t distribution

tcdf (2nd, VARS, DISTR)

8
New cards

to find a boundry value in a t distribution

invT (2nd, VARS, DISTR)

9
New cards

to find area for an interval in a X2 distribution

X2cdf (2nd, VARS, DISTR)

10
New cards

to calculate a confidence interval to estimate a single mean, standard deviation is unknown

1-PropZInt (STATS, TESTS, A:)

11
New cards

to calculate a confidence interval to estimate a difference of proportions

2-PropZInt (STATS, TESTS, B:)

12
New cards

To calculate a confidance interval to estimate a single mean, standard deviation of the population is unknown

Tinterval (STATS, TESTS, 8:)

13
New cards

to calculate a confidence interval to estimate a difference of means, standard deviation of populations is unknown

2-sampTInt (STATS, TESTS, 0:)

14
New cards

to calculate a confidence interval to estimate a slope

LinRegTInt (STATS, TESTS, G:) *

15
New cards

to test a claim made about a single proportion

1-PropZTest (STATS, TESTS, 5:)

16
New cards

to test a claim made about a difference of proportions

2-PropZTest (STATS, TESTS, 6:)

17
New cards

to test a claim made about a single mean, standard deviation of population is unknown

T-Test (STATS, TESTS, 2:) *

18
New cards

to test a claim made about a difference of means, standard deviation is unknown

2-SampTTest (STATS, TESTS, 4:)

19
New cards

To test a claim about the distribution of a categorical variable.

X2 GOF-Test (STATS, TESTS, D:) * (observed: L1, Expected: L2)

20
New cards

To test a claim about the distribution of a categorical variable

X2-test (STATS, TESTS, C:) (Observed: [A], Expected: [B])

21
New cards

to test a claim mafe about the slope of a population regression line

LinRegTTest (STATS, TESTS, E:) (Xlist: L1, YList: L2)