Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

156 results for “from:Adrian Trapletti”

bid-ask bouse
Adrian Trapletti · Dec 29, 2004 · r-sig-finance

An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20041229/fe909b09/attachment.html

Interpolating/comparing two irregular time/price sequences?
Adrian Trapletti · Nov 8, 2007 · r-sig-finance

An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20071108/fc7e5b47/attachment.html

Perfect out-of-sample-fit in a model containing a lagged dependent variable?
Adrian Trapletti · Oct 15, 2009 · r-sig-finance

An HTML attachment was scrubbed... URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20091015/8e5b92dc/attachment.html>

GARCH model query
Adrian Trapletti · Sep 21, 2004 · r-help

> Hello, > > I am trying to find an easy way to estimate the following: > > y = Function(x) + lag(x,1) + garch_error_component E.g. estimate the mean component first and then use garch from tseries on the residuals from step...

[Fwd: R code and robust regression]
Adrian Trapletti · Dec 12, 2000 · r-help

-------------- next part -------------- An embedded message was scrubbed... From: Hella Heikki <Heikki.Hella at bof.fi> Subject: R code and robust regression Date: Tue, 12 Dec 2000 12:12:14 +0200 Size: 2187 Url: https://stat.ethz.ch/pipermail/r-help...

tseries
Adrian Trapletti · Sep 8, 2005 · r-packages

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...

R 4.0.0 with Intel MKL for Windows
Adrian Trapletti · May 3, 2020 · r-devel

For Windows users, some instructions how to use R 4.0.0 with Intel MKL: https://linkedin.com/pulse/r-400-intel-mkl-windows-adrian-trapletti Best Regards Adrian Adrian Trapletti Steinstrasse 9b, 8610 Uster, Switzerland P +41 44 994...

R 4.0.0 with Intel MKL for Windows
Adrian Trapletti · May 3, 2020 · r-help

For Windows users, some instructions how to use R 4.0.0 with Intel MKL: https://linkedin.com/pulse/r-400-intel-mkl-windows-adrian-trapletti Best Regards Adrian Adrian Trapletti Steinstrasse 9b, 8610 Uster, Switzerland P +41 44 994...

R package with Java source code
Adrian Trapletti · Apr 16, 2013 · r-devel

Dear All, Are there any plans around that "R CMD INSTALL some_package_containing_java_source code" supports Java source code compiling in future versions of R similar to compiling C/C++ and/or Fortran sources in the src directory...

tseries
Adrian Trapletti · Sep 8, 2005 · r-help

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...

Timezones
Adrian Trapletti · Mar 6, 2003 · r-help

ripley at stats.ox.ac.uk wrote: > zdump manipulates its environment directly but is otherwise the same code. > Solaris and glibc define putenv slightly differently. There are > two lines like > > char buff[20]; > > in src/main/datetime.c, and if...

Correlation test in time series
Adrian Trapletti · Nov 27, 2003 · r-help

> > >>> Thanks for you help, >>> >>> And how to test covariance = zero in time series , >>> cov(r_t, r_t-1)=0 >>> and r_t are homoscedastik and dependent ? >> >> > >How about: > >?acf >?pacf > >in package 'ts' > > Box.test from package 'ts' best...

updated tseries
Adrian Trapletti · Dec 22, 2000 · r-devel

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...

dynamically loading C++
Adrian Trapletti · Oct 19, 1998 · r-help

Is there a function ".C++(...)" for R, or does anybody know how to dynamically load C++ functions into R? lg at -- Adrian Trapletti, Vienna University of Economics and Business Administration, Augasse 2-6, A-1090 Vienna, Austria Phone: ++43 1...

updated tseries
Adrian Trapletti · Dec 22, 2000 · r-help

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...

Constrained Nelder-Mead
Adrian Trapletti · Mar 18, 2005 · r-help

> > >All, > >In looking at `optim', it doesn't appear that it is >possible to impose nonlinear constraints on Nelder- >Mead. I am sufficiently motivated to try to code >something in C from scratch and try to call it from >R...

tseries
Adrian Trapletti · Nov 2, 1999 · r-help

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...

tseries Package for R
Adrian Trapletti · Sep 27, 2004 · r-help

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...

tseries 0.4
Adrian Trapletti · Dec 13, 1999 · r-announce

Fritz just put tseries_0.4-0 on CRAN. New is mainly the non-parametric bootstrap for time series which should be quite efficient since resampling is completely done within C. Comments and suggestions are welcome! Adrian -- Adrian Trapletti, Vienna...

Subject: [R] Does R have semiparametric package for time series
Adrian Trapletti · Feb 22, 2002 · r-help

>Date: Fri, 22 Feb 2002 09:48:16 -0600 (CST) >From: sun at cae.wisc.edu >Subject: [R] Does R have semiparametric package for time series > >Hello, All: I am new to R. I wonder if there is package for...

Can't find what you're looking for? Try searching with Google .