Operator "D" in regression

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

alimou
Posts: 4
Joined: Tue Jan 07, 2025 4:56 am

Operator "D" in regression

Postby alimou » Fri Jan 10, 2025 8:16 am

A simple and quick question, hopefully easy to answer.
I have estmated the following equation in EViews 12: LS DLOG(AUME_RRR) C DLOG(AUME_RRR(-1)) D LOG(AUMEPEDY(4)) DLOG(AUSY_RRR)

The substitued coefficients of the equation is:
DLOG(AUME_RRR) = -0.0361796455841 - 0.492869649054*DLOG(AUME_RRR(-1)) + 0.00295761368427*LOG(AUMEPEDY(4)) + 0.849704965215*DLOG(AUSY_RRR) + [D=-1.04022585673,UNCOND]

My question is how do interpret the "D" in the above? What does it represent? Is that the residuals? (FYI - I came across the D in an equation accidentally)

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: Operator "D" in regression

Postby EViews Gareth » Fri Jan 10, 2025 8:59 am

Fractional integration term for ARFIMA models.

alimou
Posts: 4
Joined: Tue Jan 07, 2025 4:56 am

Re: Operator "D" in regression

Postby alimou » Fri Jan 31, 2025 3:33 am

Thank you Gareth. The was the answer I was looking for.

I have another quick request please. I'd like to create a series that is equal to the average of another series X over a certain period of time (e.g. 2 years). My data is in quarterly frequency. I'm using the following expression:
series Y = @mean( X, "2022.3 2024.2")
I'd like to automate this in the program with parameters/variables:
!QTR_START = 2022.3
!QTR_END = 2024.2
However, the expression series Y = @mean( X, "!QTR_START !QTR_END") returns an error message.
Any suggestion to solve this?

alimou
Posts: 4
Joined: Tue Jan 07, 2025 4:56 am

Re: Operator "D" in regression

Postby alimou » Fri Jan 31, 2025 3:37 am

Also, I'd like to use @dateadd(!QTR_END, -8, "Q") in the expression so that I will just one parameter !QTR_END to set!

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: Operator "D" in regression

Postby EViews Gareth » Fri Jan 31, 2025 9:38 am

Code: Select all

%end = "2024.2" %start = @datestr(@dateadd(@dateval(%end), -9, "Q"), "YYYY.QQ") %smpl = %start + " " + %end series y = @mean(x, %smpl)

alimou
Posts: 4
Joined: Tue Jan 07, 2025 4:56 am

Re: Operator "D" in regression

Postby alimou » Fri Feb 28, 2025 4:51 am

Thank you Gareth. Always helpful!


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 1 guest