Correlation

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

1/4

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.

5 Terms

1
New cards

How to calculate arithmetic mean

  1. Sum all individual elemets of the variable

  2. Divide by the number of elements

2
New cards

How to calculate variance

  1. Subtract each observation of each participant from the sample mean

  2. Square that and add up all the values

  3. Divide by n-1 where n = the number of observations

3
New cards

How to calculate standard deviation

Square root of variance

4
New cards

How to calculate covariance

  1. Subtract the mean x from each x-value (xᵢ − x̄).

  2. Subtract the mean y from each y-value (yᵢ − ȳ).

  3. Multiply these two results for each pair.

  4. Add up all those products.

  5. Divide the total by (n − 1).

5
New cards

How to calculate correlation

  1. Subtract the mean x from each x-value (xᵢ − x̄).

  2. Subtract the mean y from each y-value (yᵢ − ȳ).

  3. Multiply these two results for each pair.

  4. Add up all those products.

  5. Multiply SD of x by SD of y

  6. Divide the first part by the second