Topic 7 - Chance Variability (Box model) Flashcards

1
Q

L.O.

A

LO6 Use the box model to describe chance and chance variability, including sample surveys and the central limit theorem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Chance Variability

A

Everytime a chance process occurs, chance variability does too.
Observed value = Expected value + chance error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Law of Large numbers (Law of averages)

A

States that proportion of heads becomes more stable as simulation length increases (in coin tossing)

  • The chance error in number of heads is large in absolute size, but small relative to the number of tosses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The Box model

A

Simple way to describe many chance processes

Must know:
- The distinct numbers that go into the box (tickets)
- The number of each kind of ‘tickets’ put into box
- The number of draws from the box

Creates a sum or mean of the sampl
- Expected value (EV)
- Observed value (OV)

CHance error = OV - EV

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Applying the box model

A

[heft]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Modelling the sum of a sample

A
  • As the number of draws increases, so does the standard error, in terms of absolute size

Observed value = EV + chance error
where,
EV = # of draws x mean of box
SE = squareroot(# draws) x SD of box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Working out the SD of a box

A

3 ways:
1. Formula; Root of the square mean of the gaps
2. R; popSD()
3. Shortcut for simple binary boxes:
SD = (big-small #) root(proportion of big x prop. of small)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Modelling the mean of a sample

A

For the mean of random draws from a box model with replacement,

OV = EV + CE (chance error)

EV = mean of box

SE = SD box/ Root(# draws)

[heft]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Binary examples

A

Easier to make 2 box models
[heft]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Types of Histograms

A

Data Histogram:
- Represents # of data by area

Probability Histogram:
- Represents chance by area
- On x-axis, EV measures centre, SE measures spread

Simulation Histogram:
- Represents chance by area, for a simulation of chance processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Central limit theorum

A
  • The sample mean of the large # of random variables is approximately normal
  • Larger sample = more normal
  • When drawing at random with replacement, if sample size if large enough, simulated curve will follow a normal curve
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Relationship between Probability and Simulation hitogram

A
  • ## Repeating a simulation histogram will converge to the probability histogram, following the central limit theorum.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The continuity correction

A

To approximate a discrete distribution by the normal distribution, we need to adjust the end points by 0.5. This is called the continuity correction
- To work out whether to add or minus 0.5, draw a sketch of the histogram.

In EXAM:
- it is best to draw it out to determine whether we delete or expand points on a graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly