similar to: Problems with the "tseries" package

Displaying 20 results from an estimated 2000 matches similar to: "Problems with the "tseries" package"

2005 Feb 28
1
Unable to install packages
> Dear Sirs , > Today I've downloaded the last release of the R-Program (I an a novel user). I am interested on performing time series analysys (regression,ARIMA,ARCH) to some data-sets, therefore I would like to use some of the packages of R-Contributors (like the tseries one).When I try to install or update packages from CRAN the following text always appear: > > local({a <-
2005 Jul 20
0
which kind of Java SDK I download for jni.h
Hi, it?s in jdk1.5.0_01 on folder "include". Diego Mi?ano S?nchez Plan Global de Tesorer?a - Tecnolog?a Tlfno: +34(91)28 98188 dminano@servexternos.gruposantander.com ******************AVISO LEGAL********************** Este mensaje es privado y confidencial y solamente para la persona a la que va dirigido. Si usted ha recibido este mensaje por error, no debe revelar,
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
I upgraded to R-2.2.1 on two PPC G5 computers today. Further I want to work with the tseries package for the first time. As root with R CMD INSTALL tseries_0.10-0.tar.gz I get the following gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib - o tseries.so arma.o bdstest.o boot.o dsumsl.o garch.o ppsum.o tsutils.o -framework vecLib -L/usr/local/lib/gcc/powerpc-apple-
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une
1999 Nov 27
1
portfolio.optim.default, Packages tseries quadprog (PR#348)
Full_Name: Ansgar Steland Version: 0.90.0 OS: Linux 6.1 FreeBSD 3.2 Submission from: (NULL) (62.104.196.10) Dear R Team, Yesterday I downloaded R 0.90.0 and the current versions of some packages (tseries, quadprog,...). I had no problems to build the program using FreeBSD 3.2 and SuSe Linux 6.1. I also re-build all packages required by tseries. I checked out portfolio.optim (package:
2005 Nov 21
2
garch function in R
I'm using R 2.1.1 and just successfully installed packages tseries, fseries. I try to run example http://www.maths.lth.se/help/R/.R/library/tseries/html/garch.html But it shows > x.arch <- garch(x, order = c(0,2)) # Fit ARCH(2) Error: couldn't find function "garch" Then I run command > help.search("garch") it shows the R information.
2002 Apr 29
2
tseries package segmentation fault (PR#1497)
Full_Name: Gang Liang Version: 1.4.1 OS: mandrake-8.2 Submission from: (NULL) (128.32.81.135) tseries version: 0.9-1 quadprog version: 1.4-4 mva version: 1.4.1 version: platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 4.1 year 2002 month 01
2008 May 07
2
Problem installing tseries under FC7 x86_64
I have just installed the 64 bit version of R, using yum. The version is: 2.6.2-1.fc7.1.x86_64. I installed zoo without any major problem and the same with quadprog (a few warnings). However, when I came to install tseries I get the following: install.packages() Warning in install.packages() : argument 'lib' is missing: using
2005 Aug 19
1
Problem with get.hist.quote() in tseries
When using get.hist.quote(), I find the dates are broken. This is with R 2.1.1 on Mac OS X `panther'. > library(tseries) Loading required package: quadprog 'tseries' version: 0.9-27 'tseries' is a package for time series analysis and computational finance. See 'library(help="tseries")' for details. > x <-
2006 Apr 26
2
garch in tseries
Hello again! Is there a way to include a mean in the garch function in the library(tseries), please? I tried include.mean=T in the function statement but it didn't work thanks in advance! R Version 2.2.1 Windows Sincerely, Erin mailto: hodgess at gator.uhd.edu
2005 Apr 11
1
TSeries GARCH Estimates accuracy
Hi, I am trying to fit a GARCH(1,1) model to a financial timeseries using the 'garch' function in the tseries package. However the parameter estimates obtained sometimes match with those obtained using SAS or S-Plus (Finmetrics) and sometimes show a completely different result. I understand that this could be due to the way optimization of MLEs are done, however, I would appreciate any
2013 Feb 22
1
R on mac not installing packages
Hi, I have not been able to use R in my macbook pro. I am getting the following error message every time i try to install a package * installing *source* package ?Hmisc? ... ** package ?Hmisc? successfully unpacked and MD5 sums checked ** libs *** arch - i386 sh: make: command not found ERROR: compilation failed for package ?Hmisc? * removing ?/Users/ravshonbek/Library/R/2.15/library/Hmisc? *
2007 Nov 04
4
Problems with garch() function tseries package R 2.6.0
Hi all, I recently updated my to R 2.6.0 and tseries package ?tseries? version: 0.10-11. When i was using R Version 2.3.1 (2006-06-01) with tseries 'tseries' version: 0.10-7, the code > garch(dflnRCLC1) ***** ESTIMATION WITH ANALYTICAL GRADIENT ***** Call: garch(x = dflnRCLC1) Coefficient(s): a0 a1 b1 4.985e+00 1.880e-01 6.210e-14 > worked very
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
2005 Dec 25
1
Different ARCH results in R and Eviews using garch from tseries
Dear Sir, First of all Happy Holidays!,... I am writing to you because I am a bit confused about ARCH estimation. Is there a way to find what garch() exactly does, without the need of reading the source code (because I cannot understand it)? In Eviews (the results at the end) I am getting different results than in R (for those that have the program I do: Quick -> Estimage Equation ->
2010 Dec 02
1
rpart results - problem after oversampling
Hi all, I am trying to predict a target variable that takes values 0 or 1 using the rpart command. In my initial dataset I have few positive observations of the target variable; therefore I have oversampled the rare event by a multiple of 6 (i.e. from 762 to 4572). However, in my results, I end up with a number of positives in one of the terminal nodes that is not divisible by 6. As I have the
2001 Oct 11
2
Where's MVA?
Hi All: Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources. Best wishes, ANDREW tseries: Package for time series analysis Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6 Depends: ts, mva, quadprog Date: 2001-08-27 Author: Compiled by Adrian
2007 Jul 26
1
Problem installing tseries package
Hi, I'm running R 2.4.1 on Fedora Core 6 and am unable to install the tseries package. I've resolved a few problems getting to this point, by running a yum update, installing the gcc-gfortran dependency, but now I'm stuck. Could someone please point me in the right direction? ========R install.packages output ======= ==================================
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?