Chapter 5 Normal Model Flashcards

1
Q

Why is the normal model probably one of the most useful for statistical analysis

A

Central limit theorem and the properties of the normal distribution are simple and are the population mean and variance - two quantities that
are often of primary interest.

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

What are the properties of the normal distribution

A

A symmetric, bell-shaped distribution.
It has two parameters: mean ◊ and variance
The median=mean=mode which is its first parameter

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

How is the normal distribution parameterised

A

Normal (theta,sigma) - SD is second parameter

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

What determines the shape of the normal curve

A

The mean and variance - mean is in the centre of the bell

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

What R commands will I use to find density, probability, quantiles and random numbers from normal distribution

A
dnorm
pnorm
qnorm
rnorm
with SD as argument
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How far does 95% of population lie from the mean

A

about 95% of the population lies within two standard deviations of the
mean (more precisely, 1.96 standard deviations);

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

What happens summing normal distributions

A

The linear sum of any normal distributions will produce a normal distribution if the distributions are independent

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

What is the conjugate prior distribution for the normal model - normal likelihood

A

Normal

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

What is the precision

A

The inverse of the variance is often called the precision.. 1/variance

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

How can the posterior precision be written in terms of the prior and data and what is the effect of a large n value

A

the posterior precision is a combination of our prior
belief in the precision of the true population mean of the data, plus the
precision of the data,.
Larger n is more the precision is based on data and large precision gets.

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

What happens is precision increases for the variance

A

Increase in precision means decrease in variance

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

How can we write the posterior mean of the normal model as a weighted average

A

the posterior mean is a weighted average of
the prior expectation of the mean μ0 weighted by the precision of that
mean and the observed sample mean ybar weighted by the sampling precision
of the sample mean.

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

How does using variance of the mean of the prior observations as sigma squared/ K zero influence the posterior mean

A

K zero provides a way to control how influenctial the prior is in calculating the posterior mean

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

How do you approximate any expectation

A

sample average

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

As n gets bigger what happens to the posterior predictive distribution’s variance

A

More data means the posterior is more precise and its variance goes to zero. In the posterior predictive we also have sigma squared as part of the variance which is uncertainty in Y_tilde that cnanot be got rid of. Uncertainty about Y _tilde will enver go below sigma^”

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

What way can you assign a prior estimate of variance to the prior mean

A

Use traits of the population. Ex: if its a distance to make sure all numbers are above zero select a variance such that 2 standard deviations from the mean are above zero

17
Q

What is difference in parameterising from R to written

A

We write N(mean, variance) R needs N(mean, SD)