MT1 Equations Flashcards
Range
= highest – lowest
Max-Min
IQR
Q3 – Q1
(Q3 = 3rd quartile = 75th percentile)
=PERCENTILE(range,%)
Deviation
(x – mean)
Squared deviation
(x – mean)^2
Sum of squared deviation
=Σ(x – mean)^2
=DEVQ.S(range)
Sample variance
S^2=(x-men)^2/n-1
=VAR.S(range)
Coefficient of variation
standard deviation/mean
Z-score
z=x-mean/standard deviation
Correlation coefficient
Rxy=Sxy/SxSy Rxy= corelation coeffienct Sxy= Covariance Sx standard deviation x Sy= standard deviation y =CORELL(range1,range2)
Covariance
Sxy=(x-mean X)(y-mean Y)/n-1
=COVARIANCE.S(range1,range2)
Standard deviation
= square root of variance
=SQRT(variance)
=STDEV.S(range)
Frequency
=COUNTIF(range,#)
Relative Frequency
=frequency/$$total
Cumulative Relative Frequency
=relatrive frequency-previouse cumulative relative frequency
Regression analysis
y=B0+B1x+e
B0=intercept
B1=slope/marginal effect/regression coeffient