similar to: tsboot

Displaying 20 results from an estimated 2000 matches similar to: "tsboot"

2007 Nov 22
0
Problem with tsboot
I'm trying to bootstrap some regression coefficients so that I can estimate confidence intervals, but boot is not producing results. Can anybody suggest what I'm doing wrong here? > SpecPress <- ts(rnorm(501)) > Returns <- ts(rnorm(501)) > BootData <- data.frame(cbind(SpecPress, Returns)) > boot.specpress <- function(data, indices, maxit=20){ + data <-
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") >>
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 Jan 23
0
Re: R-help digest, Vol 1 #51 - 13 msgs
> Subject: [R] Question on running tseries::garch on Mac OSX > Date: Sat, 18 Jan 2003 15:58:50 -0800 > From: Nicholas Waltner <nwaltner at attbi.com> > To: <R-help at stat.math.ethz.ch> > > Hello, > > When I run the garch examples, I get the following output: > > > dax.garch <- garch(dax) > > ***** ESTIMATION WITH ANALYTICAL GRADIENT *****
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
2010 Mar 01
1
p-values from bootstrapping of time series (tsboot)
Does anyone know how p-values can be generated if tsboot (stationary bootstrap) for time series is performed? That would be of great help. Thanks a lot for your comments. Markus [[alternative HTML version deleted]]
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
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
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:
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 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
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the contrib section at CRAN. The package is called "tseries.tgz" and provides a library for time series analysis. It contains acf Autocorrelation Function adf.test Augmented Dickey-Fuller Test amif Auto Mutual Information Function bds.test BDS Test
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the contrib section at CRAN. The package is called "tseries.tgz" and provides a library for time series analysis. It contains acf Autocorrelation Function adf.test Augmented Dickey-Fuller Test amif Auto Mutual Information Function bds.test BDS Test
2012 Sep 17
2
Problem with Stationary Bootstrap
Dear R experts,   I'm running the following stationary bootstrap programming to find the parameters estimate of a linear model:     X<-runif(10,0,10) Y<-2+3*X a<-data.frame(X,Y) coef<-function(fit){   fit <- lm(Y~X,data=a)    return(coef(fit)) }  result<- tsboot(a,statistic=coef(fit),R = 10,n.sim = NROW(a),sim = "geom",orig.t = TRUE)   Unfortunately, I got this
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
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