Section 3 (Pg 25 - end of section 1) Flashcards

(52 cards)

1
Q

Name the 3 types of distribution?

A

Normal
Binomial
Poisson

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

When is normal distribution used?

A

For continuous variables

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

When is binomial distribution used?

A

For binary data

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

When is poisson distribution used?

A

For events occurring at random intervals of time or space and rare events such as drug side effects

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

What is another name for normal distribution?

A

Gaussian distribution

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

Give the 6 characteristics of normal distribution?

A
Bell-shaped
Single central peak
Symmetrical
Equal mean, median and mode
Continous
Takes values between - infinity and + infinity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What 2 descriptive statistics are used to describe the normal distribution?

A

Mean

Variance

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

How would you write that X is a normally distributed variable with mean mu and standard deviation sigma?

A

X~N(μ, σ^2)

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

What is the mean and standard deviation of the standard normal distribution?

A

Mean = 0

Standard deviation = 1

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

How to standardise a normally distributed variable?

A

Subtract the mean and divide by the standard deviation

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

What is the standard normal variable referred to as?

A

z

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

What does the total area under the normal distribution density function curve equal?

A

1

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

If an observation selected at random from the population lies outside of the 95% range, what does this suggest about the population mean?

A

Casts doubt on the fact that the population mean is mu

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

Why standardise a normal distribution?

A

To calculate probabilities for normal (probability tables on exist for the standard normal)

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

What is the z-score?

A

The standardised normal distribution

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

What probability is associated with the mean?

A

0.5 (there is a 50% chance you will get a score that is less than the mean)

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

In the standard normal distribution, approximately what % of values lie within 1 standard deviation of the mean?

A

68%

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

In the standard normal distribution, approximately what % of values lie within 2 standard deviation of the mean?

A

95%

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

In the standard normal distribution, approximately what % of values lie within 3 standard deviation of the mean?

A

99.9%

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

Do standardised normal distribution tables give the probability that z is less than or more than the specified value?

A

Less than

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

How can we assess normality of distribution of a variable? (3)

A

Informal review of the properties of the normal distribution
Inspection of a normal plot
Formally through a statistical test e.g. Shapiro-Wilk

22
Q

What is a normal plot?

A

A diagram constructed to show the extent of the departure of a data distribution from the normal

23
Q

What shape is the cumulative frequency distribution of a normally distributed variable?

24
Q

What does any departures form the straight line in normal plot suggest?

A

Deviation from normality

25
For shapiro-wilk, what does a result less than 0.05 indicate?
The distribution is significantly different to the normal
26
For shairo-Wilk, what does the closer the P-value is to 1 indicate?
The closer it is to being normally distributed
27
Give the 5 possible ways to transform data to be normally distributed?
``` Logarithmic transformation Square root transformation Reciprocal transformation Cube transformation Logit transformation ```
28
What type of transformation is used for data that is fairly skewed or groups of data in which the variances are proportional to the mean?
Logarithmic transformation
29
What type of transformation is used for data that is slightly skewed or counts?
Square root transformation
30
What type of transformation is used for data that is highly skewed?
Reciprocal transformation
31
What type of transformation is used for data that relates to volume?
Cube transformation
32
What type of transformation is used for proportions?
Logit transformation
33
What is the logit transformation equation?
logit (p) = ln (p/ 1-p)
34
What would be the most likely transformation appropriate for the number of units of alcohol consumed per week?
Square root
35
What would be the most likely transformation appropriate for the proportion of women in favour of breast screening?
Logit transformation
36
What would be the most likely transformation appropriate for the stimulated saliva flow (cc per minture)?
Cube root transformation
37
If 2 normally distributed variables are added or subtracted, what does the variance of the outcome equal?
The sums of the variances
38
If 2 normally distributed variables are added, what does the mean of the sum equal?
The sum of the means
39
If 2 normally distributed variables are subtracted, what does the mean of the differences equal?
The difference of the means
40
What is a prospective study?
A study that watches for outcomes during the study
41
How to calculate the expected number of events for binomial data if you know n and p?
n X p
42
How to calculate variance of the expected number of events for binary data?
n X p X (1-p)
43
How to calculate the probability that there will be x events for binary data?
P (x) = n!/ x! (n-x)! X p^x (1-p) ^n-x
44
What is factorial of 0?
1
45
Does the binomial distribution get closer or further from normality as the size of the group increases?
Closer
46
When can the binomial distribution with parameters n and p be approximated as normal?
When both: np >5 n(1-p) >5
47
How can the binomial distribution with parameters n and p be approximated as normal?
N(np, square root (np(1-p))
48
For poisson data, what symbol is used for the average number of occurences in a fixed interval?
Llamda
49
For poisson data, what is the equation for the probability of r events?
e^-llambda X llamda^r / r(r-1)(r-2)... 1
50
What is e?
The exponential constant
51
What are the mean and standard deviation of the poisson distribution?
llamda
52
What happens for poisson distribution as llamda increase?
The poisson distribution approaches normality