Question: In this problem fit an AR(p) model to the data set hare from the TSA library. Note the code to fit an AR(p) model is

In this problem fit an AR(p) model to the data set "hare" from the TSA library. Note the code to fit an AR(p) model is arima(hare,order=c(p,0,0)). To get the data use the following code.

 library(TSA) data(hare) 

(a)Fit an AR(p) model for the data hare. Explain how p was selected.

(b)Write down the equation for the model. Include the estimated distribution for the errors.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!