Package: runstats 1.1.0
runstats: Fast Computation of Running Statistics for Time Series
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).
Authors:
runstats_1.1.0.tar.gz
runstats_1.1.0.zip(r-4.7-any)runstats_1.1.0.zip(r-4.6-any)runstats_1.1.0.zip(r-4.5-any)
runstats_1.1.0.tgz(r-4.6-any)runstats_1.1.0.tgz(r-4.5-any)
runstats_1.1.0.tar.gz(r-4.7-any)runstats_1.1.0.tar.gz(r-4.6-any)
runstats_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
runstats/json (API)
| # Install 'runstats' in R: |
| install.packages('runstats', repos = c('https://martakarass.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/martakarass/runstats/issues
Last updated from:bfa19e439c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 236 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 92 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 115 |
Exports:RunningCorRunningCovRunningL2NormRunningMeanRunningSdRunningVarrunstats.demo
Dependencies:fftwtools
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fast Running Correlation Computation | RunningCor |
| Fast Running Covariance Computation | RunningCov |
| Fast Running L2 Norm Computation | RunningL2Norm |
| Fast Running Mean Computation | RunningMean |
| Fast Running Standard Deviation Computation | RunningSd |
| Fast Running Variance Computation | RunningVar |
| Demo visualization of package functions | runstats.demo |
