Package: runstats Type: Package Title: Fast Computation of Running Statistics for Time Series Version: 1.1.0 Authors@R: c( person("Marta", "Karas", email = "marta.karass@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5889-3970")), person("Jacek", "Urbanek", role = c("aut"), comment = c(ORCID = "0000-0002-1890-8899")), person("John", "Muschelli", role = c("ctb"), comment = c(ORCID = "0000-0001-6469-1750")), person("Lacey", "Etzkorn", role = c("ctb")) ) Description: Provides methods for fast computation of running sample statistics for time series. These include: (1) mean, (2) standard deviation, and (3) variance over a fixed-length window of time-series, (4) correlation, (5) covariance, and (6) Euclidean distance (L2 norm) between short-time pattern and time-series. Implemented methods utilize Convolution Theorem to compute convolutions via Fast Fourier Transform (FFT). License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.1 URL: https://github.com/martakarass/runstats BugReports: https://github.com/martakarass/runstats/issues Imports: fftwtools Suggests: covr, testthat, ggplot2, knitr, rmarkdown, sessioninfo, rbenchmark, cowplot, spelling VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: libfftw3-dev Repository: https://martakarass.r-universe.dev Date/Publication: 2022-04-01 02:43:57 UTC RemoteUrl: https://github.com/martakarass/runstats RemoteRef: HEAD RemoteSha: bfa19e439c84a6dfec6d1570c648cfea14548b34 NeedsCompilation: no Packaged: 2026-07-16 08:28:32 UTC; root Author: Marta Karas [aut, cre] (ORCID: ), Jacek Urbanek [aut] (ORCID: ), John Muschelli [ctb] (ORCID: ), Lacey Etzkorn [ctb] Maintainer: Marta Karas