代做STATS 726 Time Series SEMESTER TWO, 2022

STATS 726

Time Series (Exam)

SEMESTER TWO, 2022

1. Let Z be the set of integers, which means that Z = {. . . , −2, −1, 0, 1, 2, . . .}. Consider the following process:

Xt = φ2Xt−2 + εt ,

where t ∈ Z, 0 < φ2 < 1 and {εt} is Gaussian white noise.

More precisely, we have {εt} ∼ IID N(0, 1).

It is known that E(Xt) = 0 for all t ∈ Z, and the autocovariance function γ(k) of {Xt} has the following expression for k ≥ 0:

Use the results provided above in order to answer the following question.

For h ∈ {0, 1, 2, 3}, the best linear predictor of Xh+1 given X1, . . . , Xh has the expression

where φh 1, . . . , φh h are computed by using the steps of the Durbin-Levinson Algorithm that are presented below. Remark that  = 0.

Additionally, vh = E for h ∈ {0, 1, 2, 3}.

Copy to your answer the steps of the algorithm and replace ? with the correct quantities. Each quantity can be either an expression that involves φ2 or a numerical value.

For h = 1,

For h = 2,

For h = 3,

[Total: 15 marks]

2. Consider again the process defined in Question 1:

Xt = φ2Xt−2 + εt ,

where t ∈ Z, 0 < φ2 < 1 and {εt} ∼ IID N(0, 1).

Answer the following questions.

(a) With the notation from Question 1, we consider the following innovations:

Use these identities together with the expressions of  that you have obtained in Question 1 in order to find the entries of the matrix C, which is defined in the equation below. Copy to your answer the matrix C and replace ? with the correct quantities. Each quantity can be either an expression that involves φ2 or a numerical value. Justify your answer.

[12 marks]

(b) Let  With the notation from part (a), we have:

where I is the identity matrix. With the convention that Θ = C − I, we get

Use the result obtained in part (a) in order to find θt t−j for t ∈ {1, 2, 3} and j ∈ {0, . . . , t − 1}. Copy to your answer the matrix Θ and replace θt t−j for t ∈ {1, 2, 3} and j ∈ {0, . . . , t − 1} with the correct quantities. Each quantity can be either an expression that involves φ2 or a numerical value. Do not replace the symbols *. Justify your answer. [3 marks]

(c) An alternative solution for finding θt t−j for t ∈ {1, 2, 3} and j ∈ {0, . . . , t − 1} is to apply the Innovations Algorithm. Copy to your answer the steps of the algorithm that are presented below and replace ? with the correct quantities. Each quantity can be either an expression that involves θ or a numerical value.

For t = 1,


For t = 2,

For t = 3,

[15 marks]

(d) Confirm that the values of θt t−j for t ∈ {1, 2, 3} and j ∈ {0, . . . , t − 1} are the same as those obtained in part (b). [2 marks]

(e) Confirm that the values of Xe2 1 , Xe3 2 , Xe4 3 are the same as those obtained in Question 1.  [2 marks]

[Total: 34 marks]

3. Let {Xt} and {Yt} be two invertible MA(1) processes which are defined as follows:

Xt = Zt + αZt−1, α = 0.9, {Zt} ∼ WN(0, 1),              (1)

Yt = Vt + βVt−1, β = 0.5, {Vt} ∼ WN(0, 1).              (2)

We assume that Cov(Zs, Vt) = 0 for all s and t.

Furthermore, we define {St}:

St = Xt + Yt for all t.

It is known that E(St) = 0 for all t, and the autocovariance function γ+S(k) of {St} has the following expression for k ≥ 0:

Straightforward numerical calculations lead to

Use the results provided above in order to answer the following questions.

(a) It follows from the autocovariance function of {St} that we have the following repre-sentation:

St = εt + θεt−1, for all t,                    (3)

where θ ∈ R and εt ∼ WN(0, ).

For all lags k, let ρS(k) be the autocorrelation function of {St}, which is computed by employing (3). Use the identity

to find the value of θ such that the process in (3) is invertible. Then find the value of . [7 marks]

(b) For all t, we define the processes {Ft}, {Gt} and {Ht} as follows:

Ft = −αFt−1 + Vt ,

Gt = −βGt−1 + Zt ,

Ht = Ft + Gt .

Note that α is the same as in (1), {Vt} is the same as in (2), β is the same as in (2) and {Zt} is the same as in (1).

With the convention that B denotes the backshift operator, calculate

(1 + αB)(1 + βB)Ht .

Express the result by using {∈t} (see part (a)). [7 marks]

(c) Use the result in part (b) in order to demonstrate that {Ht} is an ARMA(p, q) process. Find the values of p and q. [3 marks]

(d) Let ρH(k) be the autocorrelation function of {Ht} at lag k. Use the result in part (c), to find the values of µ1 and µ2 in the following equation:

ρH(k) = µ1ρH(k − 1) + µ2ρH(k − 2) for k ≥ 2.

Justify your answer. [4 marks]

(e) Write down the characteristic equation for the homogeneous equation given in part (d) and then write down the general solution for the homogeneous equation given in part (d). [4 marks]

[Total: 25 marks]

4. Annie found the following question in a textbook:

“Let n = 100. Suppose that x1, . . . , xn are observations of a time series {Xt} that can be modeled as the causal AR(2) process

Xt = φ1Xt−1 + φ2Xt−2 + εt ,

where {εt} ∼ IID N(0, σ2). For h ∈ {0, 1, 2}, the sample autocovariances are computed under the assumption that the mean of {Xt} is known to be zero by applying the formula

and the following values are obtained:

Use these values to find the estimates of φ1, φ2 and σ2.”

Answer the following questions.

(a) Annie wants to obtain the Least Squares (LS) estimates for φ = [φ1 φ2] > by using the linear regression model

y = Xφ + ∈,

where the entries of the vector ∈ are IID N(0, σ2). To this end, she considers three different selections for the pair (yy, X). For each pair (yy, X), the answer should be expressed as follows:

In your answer, replace ? with the correct quantities, for each pair (yy, X). Do not compute explicitly the inverse of the matrix that appears in the answer.

The pairs (yy, X) considered by Annie are:

i Linear regression for the original time series

ii Linear regression for the time series padded with zeros after the last observation

iii Linear regression for the time series padded with zeros before the first observation and after the last observation

[20 marks]

(b) As Annie knows only the values of (0), (1) and (2), and she does not know the values of the observations x1, . . . , xn, she can use only one of the three linear regression models that are listed in part (a). Decide which is the model that Annie can use. Justify your answer. [3 marks]

(c) After doing all the calculations, Annie obtains  = 1.32 and  = −0.634. Use these values in order to find . [3 marks]

[Total: 26 marks]





热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图