Package: SuperGauss 2.0.4

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.4.tar.gz
SuperGauss_2.0.4.tar.gz(r-4.7-arm64)SuperGauss_2.0.4.tar.gz(r-4.7-x86_64)SuperGauss_2.0.4.tar.gz(r-4.6-arm64)SuperGauss_2.0.4.tar.gz(r-4.6-x86_64)
SuperGauss_2.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
SuperGauss/json (API)
NEWS

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

Bug tracker:https://github.com/mlysy/supergauss/issues

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

On CRAN:

Conda:

fftw3cpp

3.52 score 3 packages 37 scripts 609 downloads 26 exports 4 dependencies

Last updated from:ec31f6d444. Checks:4 NOTE, 2 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE152
linux-devel-x86_64NOTE154
source / vignettesOK206
linux-release-arm64NOTE147
linux-release-x86_64NOTE155
wasm-releaseOK139

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 Jun 07 2026.

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