AP Stats Exam Calculator Functions Review

0.0(0)
studied byStudied by 4 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

21 Terms

1
New cards

find probability of getting exact X successes in binomial setting

binompdf (n,p,x)

n = # trials p = probability of successes x = number of successes

2
New cards

find mean, standard deviation, and 5 # summary for a data set

1-Var Stats

L1 = data

L2 = frequency

3
New cards

find equation for a least squares regression line (r and r²)

LinReg (a+bx)

L1 = explanatory

L2 = response

4
New cards

find probability of getting at most X successes in binomial setting

binomcdf(n,p,x)

n = # trials p = probability of successes x = number of successes

5
New cards

find area for an interval in normal distribution

normalcdf (lower, upper, mean, SD)

6
New cards

find boundary value in a normal distribution

invNORM (area, mean, SD)

7
New cards

find area for an interval in t distribution

tcdf (lower, upper, df)

8
New cards

find boundary value in t distribution

invT (area, df)

9
New cards

find area for interval in a X² distribution (chi-squared)

X²cdf(lower, upper, df)

10
New cards

calculate confidence interval to estimate single proportion

1-PropZInt

x = number of successes

n = sample size

C-level = confidence level

11
New cards

calculate confidence interval to estimate a difference of proportions

2-PropZInt

x = number of successes

n = sample size

C-level = confidence level

for both samples (1&2)

12
New cards

calculate a confidence interval to estimate a single mean (standard deviation of populations unknown)

TInterval

inpt = stats

use sample information (sample mean, sample sd, sample size, c-level)

13
New cards

calculate confidence interval to estimate difference of means (standard deviation of populations unknown)

2-SampleTInt

inpt = stats

sample information for both samples

pooled = no

14
New cards

calculate confidence interval to estimate a slope

LinRegTInt

L1 = explanatory

L2 = response

Xlist = L1, Ylist = L2, Freq = 1

15
New cards

test a claim made about a single proportion

1-PropZTest

P0 = null value

x = number of successes

n = sample size

16
New cards

test a claim made about difference of proportions

2-PropZTest

data for samples 1 and 2

17
New cards

test a claim made about a single mean (standard deviation of population is unknown)

T-Test

inpt = stats

use sample’s data

18
New cards

test a claim made about a difference of means (standard deviation of populations unknown)

2-SampleTTest

inpt = stats

use samples’ data

pooled = no

19
New cards

test claim about distribution of categorical variable (1)

X²GOF-Test

L1 = observed

L2 = expected

df

20
New cards

test claim about distribution of categorical variable (2+)

X²-Test (for homogeneity or independence=association)

Observed = [A]

Expected = [B]

21
New cards

test claim about slope of a population regression line

LinRegTTest

L1 = explanatory = Xlist

L2 = response = Ylist

Freq = 1