{
  "_id": "6a23cf4e530b9bc726be272a",
  "Package": "SuperGauss",
  "Type": "Package",
  "Title": "Superfast Likelihood Inference for Stationary Gaussian Time\nSeries",
  "Version": "2.0.4",
  "Date": "2025-09-09",
  "Authors@R": "c(person(\"Yun\", \"Ling\", role = \"aut\"),\nperson(\"Martin\", \"Lysy\",\nemail = \"mlysy@uwaterloo.ca\",\nrole = c(\"aut\", \"cre\")))",
  "Description": "Likelihood evaluations for stationary Gaussian time series\nare typically obtained via the Durbin-Levinson algorithm, which\nscales as O(n^2) in the number of time series observations.\nThis package provides a \"superfast\" O(n log^2 n) algorithm\nwritten in C++, crossing over with Durbin-Levinson around n =\n300.  Efficient implementations of the score and Hessian\nfunctions are also provided, leading to superfast versions of\ninference algorithms such as Newton-Raphson and Hamiltonian\nMonte Carlo.  The C++ code provides a Toeplitz matrix class\npackaged as a header-only library, to simplify low-level usage\nin other packages and outside of R.",
  "URL": "https://github.com/mlysy/SuperGauss",
  "BugReports": "https://github.com/mlysy/SuperGauss/issues",
  "License": "GPL-3",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "SystemRequirements": "fftw3 (>= 3.1.2)",
  "Config/pak/sysreqs": "libfftw3-dev",
  "Repository": "https://mlysy.r-universe.dev",
  "Date/Publication": "2025-09-09 17:26:16 UTC",
  "RemoteUrl": "https://github.com/mlysy/supergauss",
  "RemoteRef": "HEAD",
  "RemoteSha": "eca63a3422067c3932953e5db4d01732cc4326a5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-06 07:36:57 UTC",
    "User": "root"
  },
  "Author": "Yun Ling [aut],\nMartin Lysy [aut, cre]",
  "Maintainer": "Martin Lysy <mlysy@uwaterloo.ca>",
  "MD5sum": "fda046d5830037a83fdba7dc07b3f6e0",
  "_user": "mlysy",
  "_type": "src",
  "_file": "SuperGauss_2.0.4.tar.gz",
  "_fileid": "258115fff5454e7fc8c9d07b9eade752497baff2cce46c8dba202b932e9e063f",
  "_filesize": 630989,
  "_sha256": "258115fff5454e7fc8c9d07b9eade752497baff2cce46c8dba202b932e9e063f",
  "_created": "2026-06-06T07:36:57.000Z",
  "_published": "2026-06-06T07:42:06.436Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79861572527,
      "time": 143,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452504848"
    },
    {
      "job": 79861572535,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452505063"
    },
    {
      "job": 79861572536,
      "time": 137,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452504043"
    },
    {
      "job": 79861572530,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452502986"
    },
    {
      "job": 79861572539,
      "time": 157,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452506128"
    },
    {
      "job": 79861572531,
      "time": 251,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452518867"
    },
    {
      "job": 79861572542,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452500715"
    },
    {
      "job": 79861572540,
      "time": 214,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452513690"
    },
    {
      "job": 79861356460,
      "time": 224,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452487402"
    },
    {
      "job": 79861572518,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452503325"
    },
    {
      "job": 79861572525,
      "time": 153,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452505757"
    },
    {
      "job": 79861572519,
      "time": 148,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452505196"
    },
    {
      "job": 79861572523,
      "time": 169,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452507868"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mlysy/supergauss",
  "_commit": {
    "id": "eca63a3422067c3932953e5db4d01732cc4326a5",
    "author": "mlysy <mlysy@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #8 from mlysy/devel_martin\n\nDevel martin",
    "time": 1757438776
  },
  "_maintainer": {
    "name": "Martin Lysy",
    "email": "mlysy@uwaterloo.ca",
    "login": "mlysy",
    "description": "Martin Lysy",
    "uuid": 10173557
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppEigen",
      "role": "LinkingTo"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.7",
      "role": "Imports"
    },
    {
      "package": "fftw",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "numDeriv",
      "role": "Suggests"
    }
  ],
  "_owner": "mlysy",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "mlysy",
      "count": 135,
      "uuid": 10173557
    },
    {
      "user": "cruiseling",
      "count": 80,
      "uuid": 10984989
    }
  ],
  "_userbio": {
    "uuid": 10173557,
    "type": "user",
    "name": "mlysy",
    "description": "Martin Lysy"
  },
  "_downloads": {
    "count": 605,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SuperGauss"
  },
  "_devurl": "https://github.com/mlysy/supergauss",
  "_searchresults": 37,
  "_topics": [
    "fftw3",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/SuperGauss.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mlysy/supergauss",
  "_realowner": "mlysy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2017-07-05"
    },
    {
      "version": "1.0.1",
      "date": "2019-03-13"
    },
    {
      "version": "1.0.2",
      "date": "2020-02-27"
    },
    {
      "version": "2.0.0",
      "date": "2020-09-21"
    },
    {
      "version": "2.0.1",
      "date": "2020-10-03"
    },
    {
      "version": "2.0.2",
      "date": "2021-10-19"
    },
    {
      "version": "2.0.3",
      "date": "2022-02-24"
    },
    {
      "version": "2.0.4",
      "date": "2025-09-10"
    }
  ],
  "_exports": [
    "%*%",
    "acf2incr",
    "acf2msd",
    "as.Toeplitz",
    "cholXZ",
    "cholZX",
    "Circulant",
    "determinant",
    "dnormtz",
    "dSnorm",
    "fbm_msd",
    "is.Toeplitz",
    "matern_acf",
    "msd2acf",
    "ncol",
    "NormalCirculant",
    "NormalToeplitz",
    "nrow",
    "pex_acf",
    "rnormtz",
    "rSnorm",
    "Snorm.grad",
    "Snorm.hess",
    "solve",
    "toep.mult",
    "Toeplitz"
  ],
  "_help": [
    {
      "page": "SuperGauss-package",
      "title": "Superfast inference for stationary Gaussian time series.",
      "topics": [
        "SuperGauss-package",
        "SuperGauss"
      ]
    },
    {
      "page": "acf2incr",
      "title": "Convert position autocorrelations to increment autocorrelations.",
      "topics": [
        "acf2incr"
      ]
    },
    {
      "page": "acf2msd",
      "title": "Convert autocorrelation of stationary increments to mean squared displacement of posititions.",
      "topics": [
        "acf2msd"
      ]
    },
    {
      "page": "Cholesky",
      "title": "Cholesky multiplication with Toeplitz variance matrices.",
      "topics": [
        "Cholesky",
        "cholXZ",
        "cholZX"
      ]
    },
    {
      "page": "Circulant",
      "title": "Constructor and methods for Circulant matrix objects.",
      "topics": [
        "Circulant"
      ]
    },
    {
      "page": "dnormtz",
      "title": "Density of a multivariate normal with Toeplitz variance matrix.",
      "topics": [
        "dnormtz"
      ]
    },
    {
      "page": "fbm_msd",
      "title": "Mean square displacement of fractional Brownian motion.",
      "topics": [
        "fbm_msd"
      ]
    },
    {
      "page": "matern_acf",
      "title": "Matern autocorrelation function.",
      "topics": [
        "matern_acf"
      ]
    },
    {
      "page": "msd2acf",
      "title": "Convert mean square displacement of positions to autocorrelation of increments.",
      "topics": [
        "msd2acf"
      ]
    },
    {
      "page": "NormalCirculant",
      "title": "Multivariate normal with Circulant variance matrix.",
      "topics": [
        "NormalCirculant"
      ]
    },
    {
      "page": "NormalToeplitz",
      "title": "Multivariate normal with Toeplitz variance matrix.",
      "topics": [
        "NormalToeplitz"
      ]
    },
    {
      "page": "pex_acf",
      "title": "Power-exponential autocorrelation function.",
      "topics": [
        "pex_acf"
      ]
    },
    {
      "page": "rnormtz",
      "title": "Simulate a stationary Gaussian time series.",
      "topics": [
        "rnormtz"
      ]
    },
    {
      "page": "SuperGauss-defunct",
      "title": "Defunct functions in 'SuperGauss'.",
      "topics": [
        "dSnorm",
        "rSnorm",
        "Snorm.grad",
        "Snorm.hess",
        "SuperGauss-defunct"
      ]
    },
    {
      "page": "toep.mult",
      "title": "Toeplitz matrix multiplication.",
      "topics": [
        "toep.mult"
      ]
    },
    {
      "page": "Toeplitz",
      "title": "Constructor and methods for Toeplitz matrix objects.",
      "topics": [
        "%*%",
        "as.Toeplitz",
        "determinant",
        "determinant,Toeplitz-method",
        "dim.Toeplitz",
        "is.Toeplitz",
        "ncol,Toeplitz-method",
        "nrow,Toeplitz-method",
        "solve",
        "solve,Toeplitz,ANY-method",
        "solve,Toeplitz-method",
        "Toeplitz"
      ]
    }
  ],
  "_readme": "https://github.com/mlysy/supergauss/raw/HEAD/README.md",
  "_rundeps": [
    "fftw",
    "R6",
    "Rcpp",
    "RcppEigen"
  ],
  "_sysdeps": [
    {
      "shlib": "libfftw3",
      "package": "libfftw3-double3",
      "headers": "libfftw3-dev",
      "source": "fftw3",
      "version": "3.3.10-1ubuntu3",
      "name": "fftw3",
      "homepage": "https://fftw.org",
      "description": "Library for computing Fast Fourier Transforms - Double precision"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "SuperGauss-quicktut.Rmd",
      "filename": "SuperGauss-quicktut.html",
      "title": "Superfast Likelihood Inference for Stationary Gaussian Time Series",
      "author": "Yun Ling, Martin Lysy",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Simulation of Fractional Brownian Motion",
        "Inference for the Hurst Parameter",
        "The Toeplitz Matrix Class",
        "Maximum Likelihood Calculation",
        "Caution with R6 Classes",
        "Superfast Newton-Raphson",
        "References"
      ],
      "created": "2017-07-03 20:04:13",
      "modified": "2020-09-21 14:13:48",
      "commits": 5
    }
  ],
  "_score": 5.52244423350632,
  "_indexed": true,
  "_nocasepkg": "supergauss",
  "_universes": [
    "mlysy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:28.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "065b8c7eddc04e060001a5d15c4ab3371248b8b98212cd375d31b52d523360ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:28.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "8dd069666112238d9b63482878f52a6a832c7144a8262c93509a25bc0f06af9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:23.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "dab3090702f97ee121d1dd178149dac0d26e2425af77317b05ad3c86a3bf2488",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:12.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "2160568487ca3d3a8438165f54dbf744b6463cb5c88fd2b8eabe5fd382f0b8bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:27.000Z",
      "arch": "aarch64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "ebb5fc6a6deef6dd881d2c6c005a6c9a34e8a2b80db857578e2ccae6965f0eae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-06-06T07:40:48.000Z",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "2a63a2d7bc510f706b94a58a8ef48d06921bfc71c1e8a3e234d2fbfa85287ee9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-06-06T07:38:53.000Z",
      "arch": "aarch64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "d2d371dcfa177965c9ccc23faaa5c9596a95ece5ec1afe34071f9a0193ee6c9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-06-06T07:40:10.000Z",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "b1b186c9442a47a5b699e8d3e9216c053b841f1ee9253544359b92d6d0972a34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:31.000Z",
      "arch": "emscripten",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "2008d0b9ee9360ab18c5d757a4613981f032ef89b59b80c77fb7448e968b60fd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-06-06T07:38:58.000Z",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "40c3f155304988217a1ff8230536178740e32b3ec35f131cd9259e74b9156df0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-06-06T07:38:53.000Z",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "def768079bba40d301fb880f734262de0d9ef5f070882bd604d77bfbcafd0f61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-06-06T07:39:10.000Z",
      "arch": "x86_64",
      "commit": "eca63a3422067c3932953e5db4d01732cc4326a5",
      "fileid": "5f76f695e0c54792db5eaf902fab931b2b25326f386707ffa134697d29ab96f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlysy/actions/runs/27056333656"
    }
  ]
}