S1 Flashcards
How do you use R to measure correlation
r=1 Perfect positive
r=0 No correlation
r=-1 Perfect Negative
Is correlation affected by coding
No
How to work out Sxy
Σxy-(ΣxΣy)/n
How to work out Syy
Σy²- (Σy)²/n
Work out Sxx
Σx²- (Σx)²/n
How do you work out the product moment correlation coeffecient
Sxy/√SxxSyy
How can you tell if A and B are independant
P(AgivenB)=P(A)
How can you tell if A and B are mutually exclusive
P(AnB)=0
What is P(AgivenB)
P(AnB)/P(B)
What is P(AuB)
P(A)+P(B)-P(AnB)
What is Standard Deviation
√Varience
√(Σx²/n - (Σx/n)²)
What is the normal distribution equation
Z=(x-μ)/σ
What is Variance
(Σx²/n - (Σx/n)²)
What is the Mean
Σx/n
How to work out Var(x)
E(x²0-[E(x)]²
How do you work out the regression constants
b=Sxy/Sxx
a=Mean of Y- B x Mean of x
What is the equation of a regression line
y= a + bx