Hi experts of R, Are there any functions in R to test a univariate series for long memory effects, structural breaks and time reversability? I've found for ARCH effects(ArchTest), for normal (Shapiro.test, KS.test(comparing with randn) and lillie.test) but not for the above mentioned. Where can I find a comprehensive list of functions available by type? Thank you Renato Costa -- View this message in context: http://www.nabble.com/Data-Analysis-Functions-in-R-tp20909079p20909079.html Sent from the R help mailing list archive at Nabble.com.
On Mon, Dec 08, 2008 at 09:34:35PM -0800, Feanor22 wrote:> > Hi experts of R, > > Are there any functions in R to test a univariate series for long memory > effects, structural breaks and time reversability? > I've found for ARCH effects(ArchTest), for normal (Shapiro.test, > KS.test(comparing with randn) and lillie.test) but not for the above > mentioned. > Where can I find a comprehensive list of functions available by type?Please try the CRAN Task views for EmpiricalFinance, Econometrics and TimeSeries. Dirk -- Three out of two people have difficulties with fractions.
Seemingly Similar Threads
- Generating random normal distribution with mean 0 and standard deviation 1
- Create a new variable and concatenation inside a "for" loop
- Create a new variable and concatenation inside a "for" loop
- Create a new variable and concatenation inside a "for" loop
- Create a new variable and concatenation inside a "for" loop