knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of funcharts
is to provide control charts for the statistical process monitoring of multivariate functional data densely observed on one-dimensional intervals.
The package is thoroughly illustrated in the paper of Capezza et al. (2023).
The package provides the methodologies proposed in Colosimo and Pacella (2010), Capezza et al. (2020), Centofanti et al. (2021), Capezza et al. (2024a), and Capezza et al. (2024b).
Moreover, this package provides a new class mfd
for multivariate functional data that is a wrapper of the class fd
of the package fda
.
See the vignette("mfd", package = "funcharts")
.
In particular:
vignette("colosimo2010", package = "funcharts")
vignette("capezza2020", package = "funcharts")
.vignette("centofanti2021", package = "funcharts")
.You can install the CRAN version of the R package funcharts
by doing:
install.packages("funcharts")
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("unina-sfere/funcharts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.