unit 2

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

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:53 AM on 9/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

pth percentile

value with p% of observations less than it

2
New cards

how to calculate a percentile from raw data

count number of values below number youre looking it and put it over the total (if youre looking at 2 of the same values count everything below both of those values)

3
New cards

cumulative relative frequency graph/ogive

used to graph percentiles where y-axis is percentile and x is the variable being measured

4
New cards

what does (50,0.25) mean on a cumulative relative frequency graph?

25% of _____ has a value less than 50 ______

5
New cards

what does adding/subtracting affect vs not affect for data

affects:

  • center (mean, median)

  • location (quartiles/percentiles)


doesnt affect:
- shape

  • spread (range, IQR, Sx)


6
New cards

what does multiplying/dividing affect for data?

affects:

  • center (mean, median)

  • location (quartiles, percentiles)

  • spread (range, IQR, Sx) — but only by absolve value of factor


doesn’t affect:

  • shape of distribution


7
New cards

z-score

measures how many standard deviations a specific point is away from the mean (pos = above mean, neg below mean and 0 is the mean)

8
New cards

z-score formula

knowt flashcard image
9
New cards

what is the z-score basically doing

puts data into a universal scale so you can cross-reference unrelated things; talks about relative position

10
New cards

density curve

area under represents all possible sample outcomes; tells you probability that a random sample from a distribution will fall in that range

11
New cards

density curve requirements

  • on or above horizontal axis

  • area under curve = 1


12
New cards

measurements of center with density curve

  • median: splits area under curve in half (50th percentile)

  • mean: balance point where curve would balance if made of solid material


13
New cards

normal distribution/normal curve requirements

  • symmetric

  • unimodal

  • bell shape


14
New cards

N(mu, o)

mu = mean; center of curve

o = Sx; distance from center to inflection point

15
New cards

68-95-99.7 rule

  • 68% of observations are within 1 Sx from mean

  • 95% of observations are within 2 Sx from mean

  • 99.7% of observations are within 3 Sx from mean

  • same thing applied to z scores but mean is 0 and standard deviation = 1


16
New cards

p (z < x) means

probability of z being below x

17
New cards

finding area/probability from a value

  1. draw normal curve with mean, standard deviation, boundary values, shaded ROI

  2. use normalcdf and write commands


18
New cards

normalcdf is for

FINDING AREA

19
New cards

finding values from area/probability

  1. draw normal curve w/ mean, standard deviation, shaded ROI, and unknown x-value

  2. use invNorm to back-calculate x-value

  3. convert x-value into an unstanderdized number if its a z-score


20
New cards

use invNorm for

FINDING VALUE FROM AREA

21
New cards

when you calculate probability from z-score

IT ONLY CALCULATES AREA LEFT OF IT (think integration); SO YOU HAVE TO BE CAREFUL OF MANIPULATING MATH TO GET THE AREA YOU WANT

22
New cards

ALWAYSALWAYSALWAYS

include your units AND write a contextualizing sentence for every answer

23
New cards

normal probability plots

  • points close to straight line = normal distribution

  • systemic deviations = non-normal

  • outliers are pts far away from pattern (may or may not signal non-normal distribution)


24
New cards

distribution CANT be normal if

upper bound/lower bound is too close to the mean because that means curve is cut off and skewed

  • mean value doesnt have to be 3Sx away from mean because it depends on sample sizes


25
New cards

area of standard deviation boundary things on normal curve

34, 13.5, 2.35, 0.15

26
New cards

concave down indicates right skew when

x-axis has data and y-axis has z-score

27
New cards

concave down indicates left skew when

x-axis has z-score and y-axis has data