Package: factree 0.1.0
factree: Factor-Augmented Clustering Tree
Implements the Factor-Augmented Clustering Tree (FACT) algorithm for clustering time series data. The method constructs a classification tree where splits are determined by covariates, and the splitting criterion is based on a group factor model representation of the time series within each node. Both threshold-based and permutation-based tests are supported for splitting decisions, with an option for parallel computation. For methodological details, see Hu, Li, Luo, and Wang (2025, in preparation), Factor-Augmented Clustering Tree for Time Series.
Authors:
factree_0.1.0.tar.gz
factree_0.1.0.zip(r-4.7)factree_0.1.0.zip(r-4.6)factree_0.1.0.zip(r-4.5)
factree_0.1.0.tgz(r-4.6-any)factree_0.1.0.tgz(r-4.5-any)
factree_0.1.0.tar.gz(r-4.7-any)factree_0.1.0.tar.gz(r-4.6-any)
factree_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
factree/json (API)
NEWS
| # Install 'factree' in R: |
| install.packages('factree', repos = c('https://jiaqihu2021.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:e6b75be24c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 99 |
Dependencies:codetoolsdigestdoParalleldoRNGforeachirlbaiteratorslatticeMatrixmvtnormrngtools
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Correlation-Based Clustering Tree | COR |
| Factor-Augmented Clustering Tree | FACT |
| Generate Synthetic Group Factor Model Data | gendata |
| Plot a FACT Tree Object | plot.FACT |
| Print a FACT Tree Object | print.FACT |
