06 Normal Distribution: Theory of Estimation Flashcards

1
Q

What does i.i.d. stand for?

A

independent and identically distributed

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

What is maximum likelihood estimation?

A

= method for estimating population parameter from sample data such that the probability (likelihood) of obtaining the observed data is maximized

Used when e.g. logarithmic transformation did not change the data enough to meet normality assumptions

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

What are θ and x in the likelihood function L(θ;x)?

A
  • θ is the distribution parameter vector

- x is the set of observations.

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

Why do we use the log-likelihood function?

A
  • Since we have terms in product, we need to apply the chain rule which is quite cumbersome with products
  • clever trick would be to take log of the likelihood function and maximize the same. This will convert the product to sum and since log is a strictly increasing function, it would not impact the resulting value of θ
  • SO ALL IN ALL: to make differentiation (=maximization problem) easier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is (log-)likelihood estimation related to OLS?

A

when the model is assumed to be Gaussian, the MLE estimates are equivalent to the ordinary least squares method

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

How does θ look like in the maximum likelihood estimation?

A

it is a vector of all unknown parameters. thus it has as many elements as there are unknown parameters.

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

How can you find the maximum likelihood estimate ~θ when given the distribution, θ and d?

A

1) find the pdf f (xᵢ; θ)
2) make it a likelihood function and then a log-likelihood function
3) take the first derivative wrt θ
4) set equal to 0ₚ and solve for ~θ

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

What is the first derivative of (XᵀX) ? The second derivative?

A
(XᵀX)' = 2 Iₚ X
(XᵀX)'' = 2 Iₚ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the first derivative of (θᵀθ) ? The second derivative?

A
(θᵀθ)' = 2 Iₚ θ
(θᵀθ)'' = 2 Iₚ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When θ = {μ, Σ}, how do you go about finding the MLE?

A

1) find the pdf f (xᵢ; θ)
2) make it a likelihood function and then a log-likelihood function
3) take the first derivative wrt μ
4) set equal to 0ₚ and solve for ~μ
5) use the information for ~μ to find the formula for ~Σ

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