w1 Flashcards
Cross-sectional Data
comparing different entities in a reference point (period of time)
Time-series Data
data collected over several time periods
Panel Data
cross-sectional time-series data
Data Sources
experiments, A-B testing (includes split testing)
A-B Testing
comparing two versions of something
Observation
no manipulation of variables
Relative Frequency Distributions, in what form are the frequencies represented?
Fractions
Left Skew
tail is on the left
Right Skew
tail is on the right
sample mean equation
sum all values / num of values
population mean equation
sum all values / num of values
variance equation
sum((x - mean)^2)/(n-1)
standard deviation equation
root[sum((x - mean)^2)/(n-1)]; variance rooted
Coefficient of Variation Equation
(standard deviation / mean)*100; expressed as a percent
Calculate value for IQR
(n + 1)(IQR)
ex: (n+1)(0.25)
when its not a full number take the difference between closest values and multiply by double - int
when IQR = 2.25
(8-7)*0.25 + 7