Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Nonlinear ARMAX model
From
Tirthankar Chakravarty <[email protected]>
To
[email protected]
Subject
Re: st: Nonlinear ARMAX model
Date
Mon, 8 Mar 2010 15:03:14 +0530
Well, in principle you can get at the NLS estimator for nonlinear ARX
(or invertible nonlinear ARMAX) models as well using -nl-:
************************
webuse wpi1, clear
nl (ln_wpi = {alpha}+{beta1}*abs(L.ln_wpi^{gamma=1}) ) ///
if L.ln_wpi!=., vce(robust)
************************
This estimator is consistent for nonlinear ARX models (See Sec. 8.2,
Bierens [1994], Topics in Advanced Econometrics, CUP). You should be
careful about estimates of the variance-covariance matrix.
T
2010/3/8 Sebastian van Baal <[email protected]>:
> Dear Robert:
>
> Thank you for your explanations! I was thinking more general and perhaps my
> nomenclature was problematic. The econometric software Eviews is able to
> estimate "nonlinear models with AR and SAR specifications" (quote from the
> feature list). This works since Eviews allows the user to enter the complete
> regression equation (much like Stata's nl-command) including AR-terms. So my
> question boils down to this: Is there a command in Stata that allows me to
> a) enter the explicit regression equation and b) specify AR-terms? (MA-terms
> would be interesting as well, but I don't need them in this case and Eviews
> can't incorporate them into a nonlinear model either.)
>
> Best regards
> Sebastian
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
--
To every ω-consistent recursive class κ of formulae there correspond
recursive class signs r, such that neither v Gen r nor Neg(v Gen r)
belongs to Flg(κ) (where v is the free variable of r).
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/