Parameter Estimation Flashcards
When we aim to estimate the parameters of our model (including sigma squared) what are we asusming
We assume we observe a trajectory from a causal and invertible gaussian arma p,q process where p and q are known
Explain the idea of the method of moments
Construct a system of equations by equating population moments to sample moments and then solving for the parameters in terms of the sample moments
What’s the significant of the yule walker equations
For a causal AR(p) process the yule walker estimators are asymptotically normal distributed and estimate for sigma squared is consistent for sigma squared. This means we can construct confidence intervals for the AR parameters
How do we obtain the yule walker estimators?
By method of moments we replace gamma h with gamma h hat
How do you obtain the standard errors for the parameter estimates
Find the diagronals of the variance covariance matrix of the estimates and get the square root.
How is a confidence interval constructed?
Estimate+- quantile X Standard error
What is the r command for finding the YWalker estimates?
ar.yw(x, order=)
Describe the method to propose estimators for parameters and sigma squared in case of a MA(1) process
We have two parameters to estimate - two equations to solve so we use equations for gamma 1 and gamma 0
We get gamma 1 and gamma 0 in terms of the parameters to be estimated and then we use the method of moments: We replace gamma 0 and gamma 1 with estimates of gamma 0 and gamma 1 and solve for the estimated parameters in terms of gamma’s
What is the liklihood function of a time series
The joint density function of X1, …, Xn
How do we know AR(1) is markovian
By definition - defined on only the previous step
Why is white noise being normal essential in defining the distribution of Xt given Xt-1
A linear combination of normal random variables is also a normal distribution
How do we find the MLE estimates of mew phi and sigma for an AR(1) model
MLEs are found by maximising the log likelihood function
How do we find the CMLE estimates of mew phi and sigma for an AR(1) model
The CMLEs are found by maximising the conditional log likelihood function
Learn the CMLES for mew phi and sigma squared
…