Regression 1 - term 2 (L3)

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

What is correlation?

An association or dependency between two independently observed variables.

2
New cards

What is an example of correlation?

Cloud cover correlates with probability of rainfall

3
New cards

What can be used to visualise a correlation in statistics?

A scatterplot.

- each data point is a single subject

<p>A scatterplot.</p><p>- each data point is a single subject</p>
4
New cards

What do we mainly want to measure in a correlation?

How strong the association is between X and Y

(statistical relationship)

<p>How strong the association is between X and Y </p><p>(statistical relationship) </p>
5
New cards

What score would indicate X and Y are completely independent of each other?

0.0

6
New cards

What score would indicate X and Y are identical to each other?

1.0

7
New cards

What score would indicate X and Y are exactly inverse to each other?

-1.0

8
New cards

What is a correlation score called?

A Pearson correlation coefficient

9
New cards

in a scatterplot, what indicates a strong correlation?

how close together the points lie (on the same line)

10
New cards

what type of variable is a pearson coefficient used for?

interval /ratio

11
New cards

what type of variable is a spearaman's rank or kendall's coefficient used for?

Ordinal scale (rank)

- size of differences between numbers are not related to magnitude.

12
New cards

What does a regression correlation represent?

The slope of the effect of one variable on the other.

- the shallower the slope the smaller the regression-coefficient

<p>The slope of the effect of one variable on the other. </p><p>- the shallower the slope the smaller the regression-coefficient </p>
13
New cards

How do you calculate variance?

Subtract each individuals score from the sample mean, square it and then divide it by n-1

<p>Subtract each individuals score from the sample mean, square it and then divide it by n-1 </p>
14
New cards

How do you calculate the Standard deviation?

Square-root the variance

15
New cards

what % of cases lie within a normal distribution?

68%

16
New cards

how do we measure covariance?

multiply the differences of each element from the mean of its own variable x with each other and then sum and divide by n-1

<p>multiply the differences of each element from the mean of its own variable x with each other and then sum and divide by n-1</p>
17
New cards

the more similar the variables of X and Y are...

The greater the covariance.

- highly similar = larger correlation value

18
New cards

what does a indiciate in a linear regression?

the slope (the variable that stands before x)

19
New cards

what does b indicate in a linear regression?

the y-intercept

20
New cards

what is a y intercept?

the point where the regression line cuts through the y axis) . It has the coordinates (0, y)

21
New cards

How are variance and sum of squares related?

the variance is the sum of squares divided by n-1.

22
New cards

How do you work out the ERROR variance?

look at the differences of each empirical data point in y to the predicted values from the regression line along the dimension of y (the residual variance)

<p>look at the differences of each empirical data point in y to the predicted values from the regression line along the dimension of y (the residual variance)</p>
23
New cards

How do you work out the REGRESSION variance?

The sum of the individual predicted values of y in the data set subtracted by the empirical mean value of y.

then sqaured

<p>The sum of the individual predicted values of y in the data set subtracted by the empirical mean value of y.</p><p>then sqaured</p>
24
New cards

if there is a deterministic relationship between X and Y, what should the prediction error be?

0

25
New cards

what does regression allow?

it allows prediction of the value of one based on the other.

26
New cards

unlike in correlations, regression of y on x is...

NOT the same as regression of x on y.

<p>NOT the same as regression of x on y.</p>
27
New cards

what is set normalisation?

when a variable is subtracted from the mean and then divided by the standard deviation of the variable.

- 'z-normalised'

<p>when a variable is subtracted from the mean and then divided by the standard deviation of the variable.</p><p>- 'z-normalised'</p>
28
New cards

What does it mean if x and y have been z-normalised?

the regression coefficient expresses the strength of the correlation also (statistical relation)

29
New cards

what would a null hypothesis be in regression analysis?

There is no relation between x and y, so the regression slope would be 0 (flat)

30
New cards

What is the standard error of the slope?

The test size against which the regression slope is tested.