Package: StructuralDecompose 0.1.1
StructuralDecompose: Decomposes a Level Shifted Time Series
Explains the behavior of a time series by decomposing it into its trend, seasonality and residuals. It is built to perform very well in the presence of significant level shifts. It is designed to play well with any breakpoint algorithm and any smoothing algorithm. Currently defaults to 'lowess' for smoothing and 'strucchange' for breakpoint identification. The package is useful in areas such as trend analysis, time series decomposition, breakpoint identification and anomaly detection.
Authors:
StructuralDecompose_0.1.1.tar.gz
StructuralDecompose_0.1.1.zip(r-4.5)StructuralDecompose_0.1.1.zip(r-4.4)StructuralDecompose_0.1.1.zip(r-4.3)
StructuralDecompose_0.1.1.tgz(r-4.4-any)StructuralDecompose_0.1.1.tgz(r-4.3-any)
StructuralDecompose_0.1.1.tar.gz(r-4.5-noble)StructuralDecompose_0.1.1.tar.gz(r-4.4-noble)
StructuralDecompose_0.1.1.tgz(r-4.4-emscripten)StructuralDecompose_0.1.1.tgz(r-4.3-emscripten)
StructuralDecompose.pdf |StructuralDecompose.html✨
StructuralDecompose/json (API)
NEWS
# Install 'StructuralDecompose' in R: |
install.packages('StructuralDecompose', repos = c('https://allen-1242.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/allen-1242/structuraldecompose/issues
- Nile_dataset - Nile River Dataset
decompositiontimeseries-analysis
Last updated 2 years agofrom:e442fd2d5f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:AnomalyDetectionBreakPointsLevelCheckMeanCleaningMedianCleaningSmoothingStructuralDecompose
Dependencies:changepointlatticeMASSnlmesandwichsegmentedstrucchangezoo
Decomposition
Rendered fromDecomposition.Rmd
usingknitr::rmarkdown
on Nov 17 2024.Last update: 2023-02-05
Started: 2023-01-19
Example-Walkthrough
Rendered fromExample-Walkthrough.Rmd
usingknitr::rmarkdown
on Nov 17 2024.Last update: 2023-02-10
Started: 2023-02-05
Introduction
Rendered frompackage_intro.Rmd
usingknitr::rmarkdown
on Nov 17 2024.Last update: 2023-01-19
Started: 2023-01-08
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automatic Anomaly detection | AnomalyDetection |
Generation of breakpoints | BreakPoints |
Minimum level length checks | LevelCheck |
Mean level checks | MeanCleaning |
Median level checks | MedianCleaning |
Nile River Dataset | Nile_dataset |
Smoothening of the time series | Smoothing |
Main decomposition algorithm | StructuralDecompose |