skewness, kurtosis, and the Normal distribution

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

1/14

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.

15 Terms

1
New cards

skewness

  • describes the degree to which the distribution of a dataset is asymmetrical

    • (left and right side are not mirror images)

  • the comparison between the mean and the median in your dataset is one means of understanding “skewness: in your data, together with loooking at teh histogram of your distribution

2
New cards

negative skew

data that is skewed to the LEFT

3
New cards

positive skew

data that is skewed to the RIGHT

4
New cards

positively skewed distributions: means is ____ than the median

higher

5
New cards

negatively skewed distributions: means is ____ than the median

lower

6
New cards

symetrica distributions: means is ____ to the median

equal

7
New cards

Alternative Pearson Mode Skewness

  • calculate a statistic that describes the direction and extent of skewness

    • skew = 3*(mean-median)/standard deviation

  • google sheets: =skew

8
New cards

interpreting the skewness results

  1. if your data is skewed

    1. if your result is 0, then your data is perfectly symmetrical.

    2. if the value is between -.5 and -0.5, we can still consider the data approx. symmetrical

  2. the direction of the skew

    1. skewness is greater than .5 —> positively (right) skewed data

    2. skeweness is less than -0.5 —> negatively (left) skewed data

  3. how substantially your data is skewed

    1. the larger your skewness statistic, the more strongly your data is leaning to the left or right, and/or the more distortion you have from outliers

9
New cards

kurtosis

  • statistic that describes the shape of your data distribution (like skewness)

    • the extent to which data is clustered around your mean (or peak of the distribution), or spread out more evenly towards the high and low ends (or tails) of your distribution

10
New cards

same skewness but different kurtosis (image)

knowt flashcard image
11
New cards

how to calculate kurtosis in google sheets

= kurt

12
New cards

interpreting kustosis

  • if its greater than 2 —> considered more peaked than normal (leptokurtic)

  • if its less than 2 —> much flatter than mormal (platykurtic)

  • between -2 and 2 —> considered close to normal (mesokurtic)

13
New cards

the normal distribution

  • describes a data distribution where there is no skewness (and the mean and median are the same) and kurtosis is zero

14
New cards

examples of normal distribution (that tend to occur naturally)

  • people’s heights

  • test scores

  • IQ

  • salary

  • points scored in sports

15
New cards

GENERAL RULE

  • skewness should be between -0.5 and 0.5

  • kurtosis should be between -2 and 2