AP Statistics Exam Calculator Functions

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

1/41

flashcard set

Earn XP

Description and Tags

Flashcards for calculator functions on the AP Statistics exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

1-Var Stats

To find mean, standard deviation, and 5 number summary for a data set.

2
New cards

1-Var Stats Input

Enter data in L1 and frequency in L2 if needed.

3
New cards

LinReg (a + bx)

To find the equation for a least squares regression line and to find r and r2.

4
New cards

LinReg (a + bx) Input

Enter values in L1 (explanatory) and L2 (response).

5
New cards

binompdf

To find the probability of getting exactly X successes in a binomial setting.

6
New cards

binompdf(n, p, X)

n: number of trials, p: probability of success, X: number of successes

7
New cards

binomcdf

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

8
New cards

binomcdf(n, p, X)

n: number of trials, p: probability of success, X: number of successes.

9
New cards

normalcdf

To find area for an interval in a normal distribution.

10
New cards

normalcdf(lower, upper, mean, SD)

lower, upper, mean, SD

11
New cards

invNorm

To find a boundary value in a normal distribution.

12
New cards

invNorm(area left, mean, SD)

area left, mean, SD

13
New cards

tcdf

To find area for an interval in a t distribution.

14
New cards

tcdf(lower, upper, df)

lower, upper, df

15
New cards

invT

To find a boundary value in a t distribution.

16
New cards

invT(area left, df)

area left, df

17
New cards

𝝌𝟐cdf

To find area for an interval in a χ² distribution.

18
New cards

𝝌𝟐cdf(lower, upper, df)

lower, upper, df

19
New cards

1-PropZInt

To calculate a confidence interval to estimate a single proportion.

20
New cards

1-PropZInt Input

x: number of successes, n: sample size, C-Level: confidence level

21
New cards

2-PropZInt

To calculate a confidence interval to estimate a difference of proportions.

22
New cards

2-PropZInt Input

x1: number of successes in sample 1, n1: sample size of sample 1, x2: number of successes in sample 2, n2: sample size of sample 2, C-Level: confidence level

23
New cards

TInterval

To calculate a confidence interval to estimate a single mean (population standard deviation unknown).

24
New cards

TInterval Input (Stats)

𝑥: sample mean, Sx: sample standard deviation, n: sample size, C-Level: confidence level

25
New cards

2-SampTInt

To calculate a confidence interval to estimate a difference of means (population standard deviations unknown).

26
New cards

2-SampTInt Input (Stats)

𝑥1: sample mean of sample 1, Sx1: standard deviation of sample 1, n1: sample size of sample 1, 𝑥2: sample mean of sample 2, Sx2: standard deviation of sample 2, n2: sample size of sample 2, C-Level: confidence level, Pooled: No

27
New cards

LinRegTInt

To calculate a confidence interval to estimate a slope.

28
New cards

LinRegTInt Input

Xlist: L1, Ylist: L2, Freq: 1, C-Level: confidence level

29
New cards

1-PropZTest

To test a claim made about a single proportion.

30
New cards

1-PropZTest Input

p0: null value, x: number of successes, n: sample size, Prop: ≠p0 po (alternative)

31
New cards

2-PropZTest

To test a claim made about a difference of proportions.

32
New cards

2-PropZTest Input

x1: number of successes sample 1, n1: sample size of sample 1, x2: number of successes sample 2, n2: sample size of sample 2, p1: ≠p2 p2 (alternative)

33
New cards

T-Test

To test a claim made about a single mean (population standard deviation unknown).

34
New cards

T-Test Input (Stats)

𝜇#: null value, 𝑥: sample mean, Sx: sample standard deviation, n: sample size, 𝜇: ≠ 𝜇# < 𝜇# > 𝜇# (alternative)

35
New cards

2-SampTTest

To test a claim made about a difference of means (population standard deviations unknown).

36
New cards

2-SampTTest Input (Stats)

𝑥1: sample mean of sample 1, Sx1: standard deviation sample 1, n1: sample size of sample 1, 𝑥2: sample mean of sample 2, Sx2: standard deviation sample 2, n2: sample size of sample 2, µ1: ≠µ2

37
New cards

𝝌𝟐GOF–Test

To test a claim about the distribution of a categorical variable (Chi-square goodness-of-fit test).

38
New cards

𝝌𝟐GOF–Test Input

Enter observed counts in L1, enter expected counts in L2, df: degrees of freedom

39
New cards

𝝌𝟐–Test

To test a claim about the distribution of a categorical variable (Chi-square test of homogeneity/independence).

40
New cards

𝝌𝟐–Test Input

Enter observed counts in matrix A, expected counts appear in matrix B

41
New cards

LinRegTTest

To test a claim made about the slope of a population regression line.

42
New cards

LinRegTTest Input

Xlist: L1, Ylist: L2, Freq: 1, β: ≠0