@STARTest does an does an LM test for linearity vs an alternative of LSTAR or ESTAR (smooth transition autoregression) in a univariate autoregression. This was proposed by Terasvirta(1994), "Specification, Estimation and Evaluation of Smooth Transition Autoregressive Models", JASA, vol 89, no. 425, pp 208-218. A similar test which can be used in more general situations than an autoregression is @RegSTRTest.
Detailed description
STARTEST—LM test for ESTAR/LSTAR effects
-
nbcheikh
- Posts: 9
- Joined: Tue Apr 19, 2011 3:43 am
Re: STARTEST - LM test for ESTAR/LSTAR effects
Hi Tom,
Can we use the StarTest procedure for the multivariate case as follow ?
@StarTest( options ) depvar start end
# list of explanatory variables
Can we use the StarTest procedure for the multivariate case as follow ?
@StarTest( options ) depvar start end
# list of explanatory variables
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: STARTEST - LM test for ESTAR/LSTAR effects
Depending upon what you're trying to do, that may be covered by @RegSTRTest.nbcheikh wrote:Hi Tom,
Can we use the StarTest procedure for the multivariate case as follow ?
@StarTest( options ) depvar start end
# list of explanatory variables
Last bumped by TomDoan on Thu Sep 13, 2018 12:15 pm.