Learn R Programming

ForeCA R package

ForeCA implements Forecastable component analysis in R. For details on algorithm & methodology see Forecastable Component Analysis, JMLR, Goerg (2013).

In a nutshell: ForeCA finds linear combinations of multivariate time series that are most forecastable, where forecastability is measured by the spectral entropy of the resulting signal (linear combination of input).

Installation

UPDATE: As of 2020-06-09 ForeCA has been removed from CRAN, because the ifultools / sapa dependecies are no longer maintained. I am working on an update to ForeCA to not rely on these packages, but only rely on astsa for multivariate specturm estimation. See NEWS.md for details.

In the meantime you can install the ForeCA package directly from github as

library(devtools)
devtools::install_github("gmgeorg/ForeCA")

Temporarily not working

You can install the stable version on CRAN:

install.packages('ForeCA')

Usage

The workhorse function is ForeCA::foreca() which works just like the built-in princomp function for PCA.

library(ForeCA)
citation("ForeCA")

For a tutorial on how to use foreca() and the entire ForeCA suite of functions see the introductory vignette on CRAN.

References

Copy Link

Version

Install

install.packages('ForeCA')

Monthly Downloads

465

Version

0.2.7

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Georg M Goerg

Last Published

June 29th, 2020

Functions in ForeCA (0.2.7)

foreca-utils

Plot, summary, and print methods for class 'foreca'
common-arguments

List of common arguments
complete-controls

Completes several control settings
foreca.EM-aux

ForeCA EM auxiliary functions
continuous_entropy

Shannon entropy for a continuous pdf
ForeCA-package

Implementation of Forecastable Component Analysis (ForeCA)
discrete_entropy

Shannon entropy for discrete pmf
Omega

Estimate forecastability of a time series
foreca.EM.one_weightvector

EM-like algorithm to estimate optimal ForeCA transformation
foreca

Forecastable Component Analysis
mvspectrum-utils

S3 methods for class 'mvspectrum'
initialize_weightvector

Initialize weightvector for iterative ForeCA algorithms
foreca.one_weightvector-utils

Plot, summary, and print methods for class 'foreca.one_weightvector'
sfa

Slow Feature Analysis
mvspectrum

Estimates spectrum of multivariate time series
spectral_entropy

Estimates spectral entropy of a time series
whiten

whitens multivariate data
quadratic_form

Computes quadratic form x' A x
mvspectrum2wcov

Compute (weighted) covariance matrix from frequency spectrum