BUAL Exam 2

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

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:15 AM on 4/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

What is the equation for the standard deviation of two samples?

knowt flashcard image
2
New cards

What is the equation for the population standard deviation of the sampling distribution?

knowt flashcard image
3
New cards

What is the t-based confidence interval for the difference in populations?

knowt flashcard image
4
New cards

What is the df formula for different independent samples?

(n1 + n2) - 2

5
New cards

What is the test statistic equation for when variances equal?

Where D0 is the difference b/t population means

<p>Where D<sub>0</sub> is the difference b/t population means</p>
6
New cards

What happens when mean 1 - mean 2 = 0?

There is no difference in the population mean

7
New cards

What is the df equation for the same/paired population?

n-1

8
New cards

What is the confidence interval equation for the same population?

Where d is the difference between means

<p>Where d is the difference between means</p>
9
New cards

What is the test statistic equation for one population?

Where D0 is the difference between means

<p>Where D<sub>0</sub> is the difference between means</p>
10
New cards

What is the confidence interval equation for the difference of 2 population proportions?

knowt flashcard image
11
New cards

What is an independent variable known as?

A predictor or explanatory variable, you want to use to understand or predict the dependent variable

12
New cards

What is a dependent variable known as?

A response variable, you want to understand or predict

13
New cards

What is regression analysis?

A statistical technique that uses observed data to relate the dependent variable to 1 or more independent variables. The objective is to build a model that can describe, predict, and control the dependent variable based on the independent

14
New cards

What is simple linear regression?

Uses only ONE independent variable

15
New cards

What is the predict equation for simple linear regression?

y = b0+b1(x)+ e

Where b0 is the y-intercept, b1 is the slope, and e is the error

16
New cards

What is the equation for error/residual?

Observed value - predicted value

17
New cards

What is the sum of squared errors equation? (SSE)

knowt flashcard image
18
New cards

What is the total variance equation?

Unexplained variance (SSE) + explained variance

19
New cards

What is the explained variance equation?

Total variance - unexplained variance (SSE)

20
New cards

What is the coefficient of determined variation equation (r2)?

Explained variation (expl sum of squares) / total variation (total sum of sqares)

21
New cards

What is the coefficient of determined variation (r2)?

The proportion of total variance in observed values of y that is explained by simple linear regression. It is a measure of usefulness.

ALWAYS between 0 & 1. The higher it is, the more useful it is

22
New cards

What is the simple correlation coefficient ( r) ?

Measures the strength of the linear relationship b/t x & y. If it’s negative, the slope is negative. If it’s positive, the slope is positive.

ALWAYS between -1 & 1. A value of 0 means there is no relationship

23
New cards

What is the simple correlation coefficient equation?

knowt flashcard image
24
New cards

What is the mean of zero assumption?

At any given value of x, the population of potential error terms has a mean = 0

25
New cards

What is the constant variance assumption?

At any value of x, the population of potential error term values has a variance that does not depend on the value of x

26
New cards

What is the normality assumption?

At any given value of x, the population of potential error term values has a normal distribution

27
New cards

What is the independence assumption?

Any one value of the error term (e) is statistically independent of any other value of e

28
New cards

What is the mean of squared error equation (s2)?

SSE / n-2

29
New cards

What is the standard error equation (s)?

Square root of s2

30
New cards

When is a regression model useful?

Only when there is a significant relationship b/t x & y

31
New cards

What is the df equation for the f model?

n - (k+1)

32
New cards

What is the t-test equation for testing significance between x & y?

slope (b1) / error (sb1)

33
New cards

In determining whether the overall model is significant (simple), what rejects H0?

F model > F (alpha)

Overall p-value < alpha

34
New cards

What is the confidence interval equation for significance of x & y?

knowt flashcard image
35
New cards

What is multiple linear regression?

Uses 2 or more independent variables to describe one dependent variable. Allows for it to be more complex, there is no limit to the number of independent variables

36
New cards

What is the multiple linear regression prediction equation?

y = b0 + b1(x1) + b2(x2)…

37
New cards

What is R2 in relation to multiple linear regression?

It shows the proportion of the TOTAL variation that is explained by the overall regression model. adding an independent variable will increase this.

38
New cards

What is the multiple correlation coefficient (R)?

It is the square root of R2. It is always positive.

39
New cards

What is adjusted R2?

It gives a better estimate of the importance of the independent variables. Non-adjusted R2 is increased by adding more independent variables, so this fixes that

40
New cards

What is the correlation between alpha and the significance of x & y?

The smaller the level of alpha at which H0 can be rejected, the stronger the evidence that x can be related to y

41
New cards

What are dummy variables?

Used when there’s qualitative data. Values are always 0 & 1.

42
New cards

What is multicollinearity?

When independent variables are related to each other. Considered severe when simple correlation exceeds 0.9. Moderately strong when the variance inflation factor > 5

43
New cards

What is the logistic regression model?

Relates the probability that an event will occur to a number of independent variables

44
New cards

What is the logistic regression model equation?

knowt flashcard image
45
New cards

What is the odds ratio?

The probability of success over the probability of failure

<p>The probability of success over the probability of failure</p>
46
New cards

Which of the following methods do we use to best fit the data in logistic regression?

Maximum likelihood