Stats Final Equation

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:41 AM on 4/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

I = P/100(N)

Percentile

2
New cards

Sum of (X-Population Mean)²/N

Population Variance

3
New cards

Sqrt (Population Variance)

Population Standard Deviation

4
New cards

Sum of (X-Sample mean)²/N-1

Sample Variance calculation

5
New cards

(X - Population Mean) / Population Standard Deviation

Z score

6
New cards

Population Standard Deviation / Population Mean

Coefficient of Variation

7
New cards

Sum of (X*Probability of X)

Mean or Expected Value

8
New cards

Sum of ( (X-Population Mean)² * Probability of X)

Variance (using probability)

9
New cards

n!/x!(n-x)! P^x Q^(n-x)

Binominal Formula (Probability)

10
New cards

n*p

Mean (Binomial formula)

11
New cards

Sqrt (n*p*q)

Standard Deviation (Binomial formula)

12
New cards

(Sample Mean - Population Mean) / Population Standard Deviation/Sqrt(n)

Z formula (when dealing with sample means using central limit theorem)

13
New cards

(p^ - p) / Sqrt (p*q/n)

Z formula (when dealing with sample proportions using central limit theorem)

-where p^ is sample proportion and p is population proportion

14
New cards

(Sample mean - Population Mean) / Sample standard deviation / sqrt(n)

T formula (When dealing with sample means)

15
New cards

p^ ± Z * Sqrt(p^q^/n)

Formula for calculating a confidence interval for population proportion

16
New cards

n - 1

Degrees of freedom for t test (for sample means)

17
New cards

(Sample 1 mean - Sample 2 mean) - (Population 1 mean - Population 2 mean) / Sqrt (Population 1 standard deviation²/n1 + Population 2 standard deviation²/n2)

Z formula for testing population mean of two variables

18
New cards

(Sample 1 mean - Sample 2 mean) - (Population 1 mean - Population 2 mean) / Sqrt (Sample 1 standard deviation*(n1 - 1) + Sample 2 standard deviation*(n2 - 1) / (n1 + n2 -2)) * Sqrt (1/n1 + 1/n2)

T formula for testing population mean of two variables

-assuming population variances are equal

19
New cards

n1 + n2 - 2

Degrees of freedom for T when testing population mean of two variables

-assuming population variances are equal

20
New cards

(Sample 1 mean - Sample 2 mean) - (Population 1 mean - Population 2 mean) / Sqrt (Sample 1 standard deviation / n1 + Sample 2 standard deviation / n2)

T formula for testing population mean of two variables

-when you cannot assume population variances are equal

21
New cards

(Sample 1 standard deviation/n1 + Sample 2 standard deviation/n2)² / ((Sample 1 standard deviation/n1)²/n1 -1 + Sample 2 standard deviation/n2)²/n2 -1)

Degrees of freedom for T when testing population mean of two variables

-when you cannot assume population variances are equal

22
New cards

(Mean sample difference - Mean population difference) / Standard deviation of sample difference / Sqrt(n)

T formula (for dependent samples/matched pairs)

23
New cards

Sqrt ( (Sum of (d²) - (Sum of (d))²/n) / (n-1) )

Standard deviation of sample difference calculation

24
New cards

( (p1^ - p2^) - (p1 - p2) ) / Sqrt ( (p bar q bar) * (1/n1 + 1/n2) )

Z formula (with proportions from two samples using central limit theorem)

-Where p is population proportion

-Where p^ is sample proportion

-Where p bar is calculated in another flashcard

25
New cards

(n1p1^ + n2p2^) / (n1 + n2)

P bar formula (for proportions from two samples using central limit theorem)

26
New cards

Sample 1 variance / Sample 2 variance

F formula (given sample variances)

27
New cards

Sum of ( Column n * (Column mean - Grand mean)²)

SSC formula (ANOVA)

28
New cards

Sum for each column (Sum of (Xij in each column- Column mean)² )

SSE calculation (ANOVA)

29
New cards

SSC/Dfc

MSC calculation (ANOVA)

30
New cards

C - 1

Dfc calculation (ANOVA)

-where C is # columns

31
New cards

SSE/Dfe

MSE calculation (ANOVA)

32
New cards

N - C

Dfe calculation (ANOVA)

-Where N is # entries and C is # columns

33
New cards

MSC/MSE

F calculation (ANOVA)

34
New cards

Q*Sqrt(MSE/n)

HSD calculation (Tukey HSD)

35
New cards

Q*Sqrt( MSE/2*(1/Nr + 1/Ns) )

HSD calculation (Tukey kramer)

36
New cards

C * Sum of ( (Row mean - Grand mean)² )

SSR calculation (ANOVA with blocking variable)

37
New cards

N * Sum of ( (Column mean - Grand mean)² )

SSC calculation (ANOVA with blocking variable)

38
New cards

Sum of (Xij - Column mean - Row mean + grand mean)²

SSE calculation (ANOVA with blocking variable)

39
New cards

SSC / C-1

MSC calculation (ANOVA with blocking variable)
Where C is # of columns

40
New cards

SSR / n - 1

MSR calculation (ANOVA with blocking variable)

Where n is # of rows

41
New cards

SSE / N - n - c + 1

MSE calculation (ANOVA with blocking variable)
Where N is # of total observations

42
New cards

MSC/MSE

F calculation for treatments (ANOVA with blocking)

43
New cards

MSR/MSE

F calculation for blocking variables (ANOVA with blocking)

44
New cards

Sum of ( (observed frequency - expected frequency)² / expected frequency )

X² calculation (chi square goodness of fit test)

45
New cards

K - 1 - C

Degrees of freedom calculation for chi square goodness of fit test

Where K is # of categories, C is # of estimated parameters

46
New cards

Total number of row entries * Total number of column entries / Total entries

How do you calculate the expected frequency of each entry in contingency table

47
New cards

Sum of ( (observed frequency - expected frequency)²/expected frequency)

X² calculation (Chi Square Test of Independence)

48
New cards

(#Rows-1)(#Columns-1)

Degrees of freedom calculation for Chi Square Test of Independence

49
New cards

(Sum of (XY) - (Sum of X * Sum of Y)/n ) / Sqrt ( (Sum of X² - (Sum of X)²/n) *(Sum of Y² - (Sum of Y)²/n )

Coefficient of correlation calculation

50
New cards

( (Sum of X)*Y - (Sum of X)(Sum of Y)/n ) / ( Sum of X² - (Sum of X)²/n )

Regression coefficient calculation

51
New cards

(Sum of Y)/ n - b1 * (Sum of X)/n

Y intercept of regression line calclulation

52
New cards

Sum of (Y²) - b0* (Sum of Y) - b1* (Sum of X) *Y

SSE calculation (for simple regression)

53
New cards

Sqrt (SSE / n-2)

Standard error of estimate calculation

54
New cards

b1² *SSxx / SSyy

Coefficient of determination calculation (r²)

55
New cards

y^ ± t * standard error of estimate * Sqrt (1/n + (X - X bar)²/SSxx)

Confidence interval for y^ calculation

56
New cards

SSR/k / SSE/(n-k-1)

F calculation (for multiple regression)

-where k is # independent variables and n is # observations

57
New cards

Sqrt (SSE / (n-k-1))

Standard error of the estimate calculation (for multiple regression)

58
New cards

1 - SSE / SSyy

R² calculation

59
New cards

1 - ( SSE/(n-k-1) / SSyy/(n-1) )

Adjusted R² calculation