Displaying 20 results from an estimated 8000 matches similar to: "updated tseries"
2000 Dec 08
0
Re: R-help Digest V2 #283
R-help Digest wrote:
> ------------------------------
>
> Date: Thu, 07 Dec 2000 18:28:09 +0100
> From: Uwe Ligges <ligges at statistik.uni-dortmund.de>
> Subject: Re: [R] Heteroskedasticity in R
>
> Vincent Leycuras wrote:
> >
> > Hi all,
> >
> > I just discovered R a couple of days ago and I must say it rocks. I've been
> > looking
2000 Oct 20
0
Re: R-help Digest V2 #236
R-help Digest wrote:
> Date: Thu, 12 Oct 2000 20:48:59 -0700 (PDT)
> From: Elliot Williams <ewilliams at ucsd.edu>
> Subject: [R] 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
2000 Oct 23
3
behaviour of plot(...,type="l")
plot(rnorm(100000),type="l")
plots only about 7e4 lines while the same without type="l" works fine.
Is this a feature or a bug or is this configurable?
R : Copyright 2000, The R Development Core Team
Version 1.1.1 (August 15, 2000)
SunOS 5.5.1 Generic_103640-29 sun4u sparc SUNW,Ultra-1
Thanks
Adrian
--
Adrian Trapletti, Olsen & Associates Ltd., See-
feldstrasse
2000 Nov 29
0
Re: R-help Digest V2 #275
R-help Digest wrote:
>
> Date: Tue, 28 Nov 2000 08:20:43 +0100
> From: "Muhammad Rashid Ahmed" <rahmed at julian.uwo.ca>
> Subject: [R] Fitting of Garch Model in R [forwarded]
>
> This accidentally (;-) didn't go to the R-help mailing list ..
>
> - ----
> -- start of forwarded message -------
>
> To: <maechler at stat.math.ethz.ch>
>
2001 Jan 26
2
Suggestion for an extension of the API
Dear R Developers (I think in particular Brian)
Especially for larger optimization problems, it would be nice to have an
entry point for C/C++ code to the R optimizers (the ones which are called
when using optim()), where the client just has to provide the functions
fminfn() and fmingr() and calls directly, e.g., vmmin() (all from
$RHOME/src/main/optim.c). Are there any plans for providing such
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
2002 May 07
1
Re: R: tseries
Norbert Klink wrote:
> Hi!
>
> I would like to use your tseries GARCH functionality in conjuction with
> S-Plus 6 under Windows. Unfortunately, in order to make DLLs usable for
> S-Plus it requires you to generate a so-called "S-Plus Chapter DLL", which
> carries some S-Plus specific overhead. Loading your DLLs as they are
> wouldn't work. Trying to compile the
2003 Mar 04
0
tseries contains a class for irregularly spaced time series
A new version of tseries (0.9-10) has been uploaded to CRAN. The new
version contains the class "irts" for irregularly spaced time series.
Irregular time series are basically time series where each observation
(uni- or multivariate) has a time-stamp represented by an object of
class "POSIXct". It provides some basic functionality such as reading
and writing irregular time
2003 Mar 04
0
tseries contains a class for irregularly spaced time series
A new version of tseries (0.9-10) has been uploaded to CRAN. The new
version contains the class "irts" for irregularly spaced time series.
Irregular time series are basically time series where each observation
(uni- or multivariate) has a time-stamp represented by an object of
class "POSIXct". It provides some basic functionality such as reading
and writing irregular time
1999 Jul 14
1
tseries package -- license
Thanks a lot for "tseries"!
The new (0.1-2) version of the tseries package
contains the following in ./README :
>> Author(s): A. Trapletti <A.Trapletti@ci.tuwien.ac.at>,
>> B. LeBaron ("./src/bdstest.c"),
>> K. Krischer, and T. M. Kruel ("./src/muin2ser.f",
>> "./misc/mutinfo-1.21b.tar.gz")
>>
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
2004 Sep 28
2
[Fwd: Re: tseries Package for R]
-------- Original Message --------
Subject: [R] Re: tseries Package for R
Date: Mon, 27 Sep 2004 23:56:34 -0800
From: Martin Renner <martin.renner at stonebow.otago.ac.nz>
To: Adrian Trapletti <a.trapletti at bluewin.ch>
References: <61CBB4C9-10C7-11D9-A624-000D932E990C at comcast.net>
<4158F5B6.3020103 at bluewin.ch>
see http://cran.stat.ucla.edu/bin/macosx/ and
1999 Dec 09
1
tsboot
Fritz,
I have slightly adapted (didn't work before) "tsboot" from the "boot"
library to the current time series conventions of R. The following patch
will do that. I suggest to apply this patch to the file
"boot/R/bootfuns.q" of the "boot" library at CRAN.
best
Adrian
--- bootfuns.orig.q Thu Dec 9 10:07:23 1999
+++ bootfuns.q Thu Dec 9 10:06:51 1999
1999 Dec 09
1
tsboot
Fritz,
I have slightly adapted (didn't work before) "tsboot" from the "boot"
library to the current time series conventions of R. The following patch
will do that. I suggest to apply this patch to the file
"boot/R/bootfuns.q" of the "boot" library at CRAN.
best
Adrian
--- bootfuns.orig.q Thu Dec 9 10:07:23 1999
+++ bootfuns.q Thu Dec 9 10:06:51 1999
1999 Jul 15
3
tseries
Martyn Plummer wrote:
> Dear Adrian,
Hi Martin
>
>
> Thank you for providing your time series library for R. I have been
> working on a time series package myself, with help from Paul Gilbert. It
> is called "bats" (doesn't stand for anything except possibly "basic time
> series") and can be found in the devel directory on CRAN.
>
> The
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:
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
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