CRAN status R-CMD-check

funcharts

The goal of funcharts is to provide control charts for functional data densely observed on one-dimensional intervals. The objective is to provide the methodologies proposed in Capezza et al. (2020) and Centofanti et al. (2021). Moreover, this package provide 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:

Installation

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")

References