Package: SuperGauss 2.0.3

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.zip(r-4.5)SuperGauss_2.0.3.zip(r-4.4)SuperGauss_2.0.3.zip(r-4.3)
SuperGauss_2.0.3.tgz(r-4.4-x86_64)SuperGauss_2.0.3.tgz(r-4.4-arm64)SuperGauss_2.0.3.tgz(r-4.3-x86_64)SuperGauss_2.0.3.tgz(r-4.3-arm64)
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://mlysy.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

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:

5.30 score 2 stars 2 packages 33 scripts 229 downloads 26 exports 4 dependencies

Last updated 2 months agofrom:899249495b. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 31 2024
R-4.5-win-x86_64OKOct 31 2024
R-4.5-linux-x86_64OKOct 31 2024
R-4.4-win-x86_64OKOct 31 2024
R-4.4-mac-x86_64OKOct 31 2024
R-4.4-mac-aarch64OKOct 31 2024
R-4.3-win-x86_64OKOct 31 2024
R-4.3-mac-x86_64OKOct 31 2024
R-4.3-mac-aarch64OKOct 31 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 31 2024.

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