Rose Maier & Jacob Levernier
PSY612, Winter 2015
The frequentist framework is concerned with the frequency of hypothetical events.
Probability theory is directly concerned with the probability of events.
Probabilities are often derived from rates.
For example:
The CDC estimates that 1 in 68 children has been identified with ASD.
P(having ASD) = 1/68 = 0.015
Of the 25 people in PSY612 (students and instructors), 7 have first names that start with the letter “J”.
P(first name starts with J) = 7/25 = 0.28
A p-value = The probability of observing these data (or more extreme), given that the null hypothesis is true
P(A|B) = P(B|A)*P(A) / P(B)
P(θ|D) = P(D|θ)*P(θ) / P(D)
This was highlighted in a popular Nature article last year:
Bayesian | Frequentist | |
---|---|---|
Estimation | HDIs, ROPEs, posteriors |
CIs, equivalence tests |
Hypothesis Testing |
BFs | NHST |
Some ideas to keep in mind…
Krushke's simple linear regression example: What is the relationship between height and weight?
The prior!
The data!
The posterior!
Pearson's product-moment correlation
data: x and y
t = 4.4191, df = 28, p-value = 0.0001354
alternative hypothesis: true correlation is not equal to 0
95 percent confidence interval:
0.3650241 0.8134220
sample estimates:
cor
0.6409977