AS Statistics

0.0(0)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards
which distribution can be approximated as another?
binomial as Poisson
2
New cards
when does this approximation work, and what is λ?
when p gets smaller, and n gets bigger and λ= E(x)/ the mean
3
New cards
what characterises a Poisson distribution?
the mean and variance are equal
4
New cards
how to calculate variance
mean of the squares-square of the mean
5
New cards
E(aX+b)=
aE(X)+b
6
New cards
Var(aX+b)=
a² Var(X)
7
New cards

4 conditions that must be met for binomial distribution to work

  • 2 mutually exclusive outcomes

  • fixed number of trials

  • each event is independent of the one before

  • probability of success is constant

8
New cards

4 conditions that must be met for Poisson distribution to work

  • event occurs randomly in space/time

  • events cannot occur simultaneously

  • each event is independent of the one before

  • the mean remains constant

9
New cards
if X and Y are Poisson distributions, how to calculate X+Y?
X+Y∼Po(sum of means)
10
New cards
how to calculate: P(x≥n) must be
P(x≤n-1) must be >(1-p)
11
New cards
two hypotheses needed for hypothesis testing
H₀, the null hypothesis and H₁, the alternative hypothesis
12
New cards

5 steps in a hypothesis testing question

  • let variable X= ?

  • state H₀ and H₁

  • state distribution and find probability

  • compare probability to significance level

  • state conclusion in context

13
New cards
formula for Χ²
∑(Oᵢ²/Eᵢ) -N (where N is number of trials)
14
New cards
how to generally calculate degrees of freedom
number of cells (after combining) - number of constraints
15
New cards
what counts as a constraint
estimating a parameter or number of trials
16
New cards

what does ν represent

number of degrees of freedom

17
New cards
what does χ²₃ represent
the family of χ² distributions with 3 degrees of freedom
18
New cards
how to combine the table whilst using a Χ² test
no __**expected**__ value is allowed to be
19
New cards
how to estimate p for a binomial distribution
p= (number of successes)/(number of attempts) or

p= Σ(r x fᵣ)/(N x n)
20
New cards
how to estimate λ for a Poisson distribution
calculate it as if it were the mean of a frequency table
21
New cards
how to do a Χ² test on observed data
calculate p or λ, then use this to generate expected frequencies, then conduct the test as normal
22
New cards
how to calculate expected values for each box in a contingency table
Eᵢ= (row total x column total)/ grand total
23
New cards
how to calculate ν for a contingency table
ν = (no of rows-1)(no of columns-1)