Skip to content

Rolling Windows / Regressions / Predictions

2 messages · Bryan Lim, Peter Carl

#
On Mon, 2008-03-17 at 14:37 -0700, Bryan Lim wrote:
Take a look at the PerformanceAnalytics package to see if it does what
you're looking for:

http://braverock.com/brian/R/PerformanceAnalytics/html/PerformanceAnalytics-package.html

It's available on CRAN and can be installed using install.packages().

The function chart.RollingRegression displays the coefficients of a
linear model fitted over rolling periods.  I'd be happy to confer with
you about adding n-step ahead predictions.

pcc