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:

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

On CRAN:

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

26 exports 0.71 score 4 dependencies 2 dependents 31 scripts 366 downloads

Last updated 3 years agofrom:098cf8989f. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-win-x86_64OKAug 27 2024
R-4.5-linux-x86_64OKAug 27 2024
R-4.4-win-x86_64OKAug 27 2024
R-4.4-mac-x86_64OKAug 27 2024
R-4.4-mac-aarch64OKAug 27 2024
R-4.3-win-x86_64OKAug 27 2024
R-4.3-mac-x86_64OKAug 27 2024
R-4.3-mac-aarch64OKAug 27 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 Aug 27 2024.

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