start430 exam2

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

1/20

flashcard set

Earn XP

Description and Tags

help

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

regression residuals

the estimates of the true error in a regression [observed error]

2
New cards

significance level a

the probability of a type 1 error

3
New cards

type 1 error

false positive conclusion, incorrectly reject null when its true

4
New cards

type 2 error

false negative conclusion, fail to reject null when its false

5
New cards

sampling distribution

probability distribution of random sample-based statistic

6
New cards

confidence interval

a range of values used to estimate a population parameter

7
New cards

distribution

the variable values and how often they occur

8
New cards

law of large numbers

explains why as the number of observations increases, the sample mean gets closer to the mean u

9
New cards

level of confidence

the degree of certainty that a calculated interval contains the true population parameter

10
New cards

alpha

probability of a type 1 error based on the sample

11
New cards

p-value

probability of another sample producing a mean as far or further in the tail end

12
New cards

statistic

descriptive measure of a sample

13
New cards

test statistic

how many standard deviations our statistic from the sample is in the null hypothesis distribution

14
New cards

standard error

poopulation SD / sqrt of n

15
New cards

PROC ANOVA

to see if 3 or more distributions have the same mean, independent distributions, normal distribution, and have the same variance

16
New cards

PROC CORR

gives statistics and a table with pearson correlation coefficients

17
New cards

PROC REG

gives how strong the linear relationship is and if the conditions are met

18
New cards

if you saw scatterplot was linear so you run PROC REG, what do you look at to see if the linear regression model is ‘good’

r-square, p-value from variance, parameter estimates, residuals

19
New cards

adjacent residuals should be correlated with each other

false

20
New cards

CLT

regardless of the shape of population, the sampling distribution becomes approximately normal for n

21
New cards

linear correlation coefficient

measures the strength of the linear correlation between x and y values, also known as pearson product correlation coefficient