Page 1 of 1

Is there an equivalent to the nlcom command (Stata) or the Delta method integrated into EViews?

Posted: Fri Feb 14, 2025 8:43 am
by Bob
Hello,
I want to calculate the p-value for a non-linear combination of coefficients estimated in an ARCH/GARCH model in EViews. Is there a way integrated into EViews to calculate the variance and p-value of a nonlinear combination of coefficients (as with the nlcom command in stata)? Or do you have to extract the variance-covariance matrix, calculate the partial derivatives and program the Delta method “by hand”?
thanks for any help
Bob

Re: Is there an equivalent to the nlcom command (Stata) or the Delta method integrated into EViews?

Posted: Fri Feb 14, 2025 10:29 am
by startz
There is sort of a kludge to do this. After estimating an equation do View/Coefficient diagnostics/Wald test.

Then enter the nonlinear formula you're interested in, like c(1)/c(2) = 0. You get the value of the formula, the standard error, and the t-statistic.

Re: Is there an equivalent to the nlcom command (Stata) or the Delta method integrated into EViews?

Posted: Fri Feb 14, 2025 5:46 pm
by Bob
Thank you!