Unit 3

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

1/33

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.

34 Terms

1
New cards

center

typical value, central tendency, kind of average

2
New cards

shape

can either be symmetric or skewed

3
New cards

spread

  • varied, dispersed, scattered from the center

4
New cards

capital sigma

summation operator — adds up

5
New cards

index — keep observation straight ,

[1,2,3,4,… n] kept consistent

6
New cards

∑xⁱ

  • sum of all n values of x

  • i = variable represents x+y values

7
New cards

square sum of variables

  • (sigma x index)² (x1+x2+x3+….xn

8
New cards

square each variable

  • sigma x index ² x²1+x²2+x²3+… x²n

9
New cards

what is more: square sum of variables or square each variable

square sum of variables

10
New cards

how can you control which observation to sum over

number on top of sigma means where to stop

number below sigma means where to start

11
New cards

mean

average — typical central tendency

12
New cards

x bar

another term for mean , can be sample mean (stats) or population mean: μ

13
New cards

computing the mean (with frequency data)

sum of values/ n

sigma x index/ n

14
New cards

how to compute x bar

add all y values then divide by the different variables given (n)

multiplie each value (x) by the frequency (f)

add the products then divide by “n”

15
New cards

group frequency distribution

need to find the x values sepereatley

how: midpoint of each measurement interval to stand

16
New cards

whats the error with group frequency distribution when finding the mean

  • gives us a different mean compared to ungrouped data

17
New cards

distribution point

  • deviation around the sum to zero

18
New cards

xi- xbar

deviation of the mean (sum) minus the mean

above the mean is positive

below the mean is negative

19
New cards

deviation around the mean must equal 0

subtract the given x values by the mean

x- mean

20
New cards

mean minimizes the squared deviations around it

(xi-x)^-2

squared deviation (xn-x)²

21
New cards

spread out version of squared deviation

  • sigma (xi - x)² = (x-x bar)²+ (x2-x bar)²

most likely to get use to the smallest number

22
New cards

x bar

mean , number that minimizes the square deviation around it

23
New cards

squared deviation

refers to the process of calculating the squared difference between a data point and the mean of a dataset

24
New cards

outliers

can effect the mean, a number in the graph that is really seperated from the other points

25
New cards

right tail , right skewed

means there is large outliers in the graph

26
New cards

left tail, left skewed

means there is small outliers in the graph

27
New cards

best type of variable for means

requires quantitative data, not for nominal variable, ok for ordinal not the best, affected by outliers

28
New cards

the median

the middle of the graph

distribution in half from the lowest and highest where the data falls

50th percentil of distribution

29
New cards

calculate the median when its odd

use middle value of the medican

(n+1)/ 2

30
New cards

calculate the median when its even

the average of the two middle numbers , most likely will result in a decimal

31
New cards

when to find median data

not for nominal data ok with ordinal and interval data , not affected by outliers

32
New cards

mode

variables most frequently occuring in a data set - basically highest y value

visually — highest point in a bar chart , biggest slice in pie chart

33
New cards

what type of graph doesn’t have a mode

  • uniform distribution graph

34
New cards

right skewed and left skewed

  • right: mode , median, mean

  • left: mean, median , mode