Package: SuperGauss 2.0.3

Martin Lysy

SuperGauss: Superfast Likelihood Inference for Stationary Gaussian Time Series

Likelihood evaluations for stationary Gaussian time series are typically obtained via the Durbin-Levinson algorithm, which scales as O(n^2) in the number of time series observations. This package provides a "superfast" O(n log^2 n) algorithm written in C++, crossing over with Durbin-Levinson around n = 300. Efficient implementations of the score and Hessian functions are also provided, leading to superfast versions of inference algorithms such as Newton-Raphson and Hamiltonian Monte Carlo. The C++ code provides a Toeplitz matrix class packaged as a header-only library, to simplify low-level usage in other packages and outside of R.

Authors:Yun Ling [aut], Martin Lysy [aut, cre]

SuperGauss_2.0.3.tar.gz
SuperGauss_2.0.3.tar.gz(r-4.5-noble)SuperGauss_2.0.3.tar.gz(r-4.4-noble)
SuperGauss_2.0.3.tgz(r-4.4-emscripten)SuperGauss_2.0.3.tgz(r-4.3-emscripten)
SuperGauss.pdf |SuperGauss.html
SuperGauss/json (API)
NEWS

# Install 'SuperGauss' in R:
install.packages('SuperGauss', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • fftw3– Library for computing Fast Fourier Transforms
  • c++– GNU Standard C++ Library v3

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

3.30 score 2 packages 33 scripts 267 downloads 26 exports 4 dependencies

Last updated 3 years agofrom:098cf8989f. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 26 2024
R-4.5-linux-x86_64OKOct 26 2024

Exports:%*%acf2incracf2msdas.ToeplitzcholXZcholZXCirculantdeterminantdnormtzdSnormfbm_msdis.Toeplitzmatern_acfmsd2acfncolNormalCirculantNormalToeplitznrowpex_acfrnormtzrSnormSnorm.gradSnorm.hesssolvetoep.multToeplitz

Dependencies:fftwR6RcppRcppEigen

Superfast Likelihood Inference for Stationary Gaussian Time Series

Rendered fromSuperGauss-quicktut.Rmdusingknitr::rmarkdownon Oct 26 2024.

Last update: 2020-09-21
Started: 2017-07-05