similar to: tseries bug (PR#592)

Displaying 20 results from an estimated 200 matches similar to: "tseries bug (PR#592)"

2000 Jul 04
1
tseries bug (PR#593)
Full_Name: Przemys³aw Matuszewski Version: R-1.1.0 OS: Linux RH 6.2 Submission from: (NULL) (195.117.211.244) I have a problem with the package tseries_0.5-2. The source of tseries_0.5-2 was compiled by command R INSTALL /path/to/package. There was build the tseries library. Now when I try to load the package I get the message: ........................... Type "demo()" for
2011 Nov 20
3
install.package tseries
I have not been successfull in downloading tseries package in the R in my macbook air. The message sent is:Error in dyn.load(file, DLLpath = DLLpath, ...) : imposs?vel carregar objeto compartilhado '/Library/Frameworks/ Do you have any clue?
2000 Dec 22
1
TSERIES package dependencies
Hello All: In the package "tseries" I observed a dependency with pacakge "mva". But, I can't find this package on CRAN. Is this package actually required and if so, where can I locate it? ANDREW P.S. I am using R 1.2.0 on linux mandrake 7.1 platform. P.P.S. the info on tseries follows from CRAn below: --------------------------------------------------------------------
2005 Jul 14
0
tseries & GARCH & pred_garch method
Hi, I had a quick question regarding the pred_garch function (as part of the tseries library, garch.c), and specifically: the function calculates the 'h' vector of conditional variances, h[n+1] if the data is genuine. I am very much a beginner, but from what I understand I would think that it is computed from the errors vector, not 'y' (which is the input to the function). Before
2005 Sep 08
0
tseries
There is a new version of tseries with an enhanced "get.hist.quote" available: * "get.hist.quote" now optionally returns a "zoo", "ts", or "its" object (thanks to Achim Zeileis) * New provider "oanda" is implemented which provides access to one of the largest foreign exchange databases * Some minor improvements, see the
2005 Sep 08
0
tseries
There is a new version of tseries with an enhanced "get.hist.quote" available: * "get.hist.quote" now optionally returns a "zoo", "ts", or "its" object (thanks to Achim Zeileis) * New provider "oanda" is implemented which provides access to one of the largest foreign exchange databases * Some minor improvements, see the
2000 Oct 13
0
GARCH in package tseries
I was running some likelihood ratio tests (using the current version of tseries) and found a different value for the log-likelihood from what I was getting using other software. I've traced the problem to R's GARCH using the conditional standard deviations instead of the conditional variances. This amounts to a factor of 2 once logs are taken, and could easily be a case of bad
2003 Jun 03
1
tseries "adf.test"
I have a question regarding the adf.test command in the tseries library. I have a vector of time series observations (2265 daily log prices for the OEX to be exact). I also have this same data in first-differenced form. I want to test both vectors individually for staionarity with an Augmented Dickey-Fuller test. I noticed when I use the adf.test command from the tseries library, the general
2005 May 02
1
Trying to understand kpss.test() in tseries package
I'm trying to understand how to use kpss.test() properly. If I have a level stationary series like rnorm() in the help page, shouldn't I get a small p-value with the null hypothesis set to "Trend"? The (condensed) output from kpss.test() for the two possible null hypotheses is given below. I don't see any significant difference between these results. > x <-
1999 Nov 02
1
tseries
Fritz just put tseries_0.3-1 on CRAN. It should now be more compatible across different platforms than 0.3-0. Thanks to Brian Ripley, Karl Syring, and Dirk Eddelbuettel. Adrian -- Adrian Trapletti, Vienna University of Economics and Business Administration, Augasse 2-6, A-1090 Vienna, Austria Phone: ++43 1 31336 4561, Fax: ++43 1 31336 708, Email: adrian.trapletti at wu-wien.ac.at
1999 Sep 20
0
Updated tseries package
Fritz just put the updated tseries package to CRAN. I mainly removed (and corrected) code such that tseries fits together with package ts. New code is White's and Teraesvirta's tests for neglected non-linearity (also for the regression case). From the INDEX file: NelPlo Nelson-Plosser Macroeconomic Time Series adf.test Augmented Dickey-Fuller Test amif
1999 Sep 20
0
Updated tseries package
Fritz just put the updated tseries package to CRAN. I mainly removed (and corrected) code such that tseries fits together with package ts. New code is White's and Teraesvirta's tests for neglected non-linearity (also for the regression case). From the INDEX file: NelPlo Nelson-Plosser Macroeconomic Time Series adf.test Augmented Dickey-Fuller Test amif
2000 Dec 22
0
updated tseries
Dear colleagues, the tseries package is updated and should now work with R-1.2.0. best and merry Xmas Adrian -- Adrian Trapletti, Olsen & Associates Ltd., See- feldstrasse 233, CH-8008 Zürich, Switzerland Phone: +41 (1) 386 48 48 Fax: +41 (1) 422 22 82 E-mail: adrian@olsen.ch WWW: http://www.olsen.ch
2001 Jan 26
1
tseries 0.7-0 with R 1.2.1 dumps core (PR#827)
Dear Dr. Trapletti, I am trying to use your tseries 0.7-0 package with R 1.2.1 (the latest version) under redhat linux 6.2, but the command library(tseries) causes R dump to core with a segmentation fault. Do you have any suggestions how to fix this? Thank you, Keith Dr. Keith M. Briggs, Complexity Research Group, BTexaCT. Adastral Park admin2 pp5, Martlesham Heath, IP5 3RE, Suffolk, UK Tel:
2003 Oct 03
2
tseries
Has anyone successfully check/build tseries for MacOSX? It seems like there is the same problem with symbols duplications. The -m like option does not seem to help. stefano
2001 Dec 25
1
tseries object
Hello, what's the problem with the dimnames - i get no solution ? thanks for advance, regards christian > file <- read.table("c:/rw1040/data/timeSeries.txt",header=T) > file DATE AQ EUMS 1 Jan92 7.6 98.4 2 Feb92 7.5 98.5 3 Mrz92 7.5 97.0 .................... 117 Sep01 9.4 105.3 118 Okt01 9.5 102.6 > file.ts <-
2002 Nov 22
0
Re: Package tseries: crash for Windows version (PR#2302)
Kurt Hornik wrote: > >>>>> Duncan Murdoch writes: > > > The problem is in the .C call to pred_garch, which is short by one > > parameter. In the garch.c file, the header is > > > void pred_garch (double *y, double *h, int *n, double *par, int *p, > > int *q, int *genuine) > > > but in garch.R, the call is coded as > > > pred
2004 Aug 03
1
Installing tseries package on MacOSX
I have R 1.9.1 on MacOSX. The automated package download appears broken in this version. Is there any documentation on how to compile and install this the tseries package on MacOSX? I've looked around and tried a few things but with luck. Thanks! -Francisco
2004 Sep 28
1
Re: tseries Package for R
Wizon wrote: > I am using Mac OSX. I am first starting to use R and have not > installed any packages yet. I searched through the CRAN site for a > Mac OSX version, but did not find one. I downloaded the tar.gz > package. Will this work on the Mac? Is there a way to get a package > that I don't have to compile? Thanks in advance for your help. > > Adam > >
2007 Dec 14
1
garch function in tseries package
I am wondering how to run 'garch' function of 'tseries' package in R2.6.1. I installed R2.3.1 and R2.6.1 in my PC (Windows XP Home) and run a following simple GARCH function in both versions: >garch(dSP[1:300], order = c(1,1)) where 'dSP' is daily return series of a stock index. R2.6.1 can not finish calculation and also I can not stop the