1/27
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
σ
population standard deviation
s
sample standard deviation
∑
summation (sum of all numbers)
N
population (total number)
n-1
sample (total number)
SS
sum of squares
formula:
- find deviations (X - μ)
- square
- sum them up
ex. Data: 2, 4, 6
1. Mean: μ= 2 + 4 + 6 / 3 = 4
2. Find each deviation from the mean: (2−4),(4−4),(6−4) = −2, 0, 2
3. Square each deviation: (−2)^2, (0)^2, (2)^2 = 4, 0, 4
4. Sum the squared deviations: 4+0+4=8
So, SS = 8
SS formula
SS=∑X^2−(∑X)^2/N
ex. ∑X = 1 + 3 + 5 = 9
∑X² = 1² + 3² + 5² = 1 + 9 + 25 = 35
SS = 35 - 27 = 8
weighted mean
- accounts for the contribution of different sample sizes
- calculates the overall mean by summing the values from different groups and dividing by the total number of observations
σ²
population variance
s²
sample variance
variance
squared measure of spread
standard deviation
- measures the average distance of data points from the mean
- square root of variance
Z-score
- represented by 'z'
- measures how many standard deviations a data point is from the mean
- positive Z-score = value is above the mean
- negative Z-score = value below the mean
ex. Z-score of 2 means the value is 2 standard deviations above the mean.
μ
mean of population
Z-score formula
z = (X- μ)/σ
z=(x-mean)/standard deviation
M
mean of sample
descriptive statistics
summarizing data from one group with one or more variables
correlational methods
examining the relationship between two variables in one group
comparative methods
comparing two or more groups across one or more variables
experimental methods
manipulating variables to establish cause-and-effect relationships between them
non-experimental methods
observing relationship between variables without manipulation
frequency distribution
a way to organize and summarize data by grouping it into categories or intervals and showing how often each category or interval occurs
frequencies
number of times a value or range of values appears in the dataset
class interval
a range of values used to group data in a frequency distribution
histogram
used for continuous data
smooth curve
used for large datasets
bar graph
used for categorical data
cumulative frequency
add each frequency to the sum of previous frequencies