funcharts
Functional Control Charts
One paper, one release: the functional control chart package ships methods as they get published.
◆Recent moves
- 1y ago
Adaptive multivariate functional control chart added
Adds the Adaptive Multivariate Functional Control Chart as a Phase I / Phase II function pair, published alongside the Technometrics paper that defines it. Another method in the catalogue, delivered in the package's established shape rather than changing it.
View source ↗ - 2y ago
Robust multivariate framework: filtering, imputation, and both phases
The robust multivariate framework arrives as five functions covering the whole pipeline — robust functional PCA, a filtering step, imputation of missing functional data, and the two monitoring phases. Broader than a single chart, but still one published framework transcribed into the package's existing structure.
View source ↗ - 3y ago
All fda basis systems accepted, not just B-splines
⚡ SPARKThe release that removed the package's built-in assumption about how curves are represented, and tidied its function naming at the same time. Everything since has been method delivery on top of this more general foundation.
View source ↗ - 3y ago
Vectorised inner products and cross-validation, seed argument dropped
A performance and ergonomics release: the tensor product in fof_pc() is vectorised, inner products use precomputed B-spline values, and scalar-on-function cross-validation drops its loop. The seed argument is deprecated across the package in favour of ordinary set.seed(), and sim_funcharts() reduces simulation setup to three sample sizes.
View source ↗