Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capezza committed Jul 19, 2024
1 parent 8cd6e18 commit 0a2c36d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^README.Rmd
^README\.md$
^\.travis\.yml$
^doc$
^Meta$
Expand Down
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.4.1
Date: 2024-02-20 16:10:50 UTC
SHA: 09995b788a60ae00a8e1c32c91bbf1a7bc15bb9e
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: funcharts
Type: Package
Title: Functional Control Charts
Version: 1.4.1.9000
Version: 1.5.0
Authors@R: c(
person("Christian", "Capezza",
email = "christian.capezza@unina.it",
Expand Down
8 changes: 6 additions & 2 deletions R/amfewma.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
#' An Adaptive Multivariate Functional EWMA Control Chart.
#' Accepted for publication in \emph{Journal of Quality Technology}.
#'
#' Lucas, J. M., Saccucci, M. S. (1990)
#' Exponentially weighted moving average control schemes:
#' properties and enhancements. \emph{Technometrics}, 32(1), 1-12.
#'
#' @return
#' A list with the following elements.
#' \code{lambda} is the selected lambda parameter.
Expand Down Expand Up @@ -144,7 +148,7 @@
#' statistic and estimating all the model parameters.
#'
#' * \code{V2_mat}: the \code{n_seq}X\code{l_seq} matrix containing,
#' in each column, the AMFEMWA monitoring statistic values of each
#' in each column, the AMFEWMA monitoring statistic values of each
#' bootstrap sequence.
#' This matrix is used to set the control chart limit \code{h} to
#' ensure that the desired average run length is achieved.
Expand Down Expand Up @@ -539,7 +543,7 @@ AMFEWMA_PhaseI_given_pars <- function(mfdobj,
#'
#' * \code{cc}: a data frame with the information needed to plot the
#' AMFEWMA control chart in Phase II, with the following columns.
#' \code{id} contains the id of each multivariate funcitonal observation,
#' \code{id} contains the id of each multivariate functional observation,
#' \code{amfewma_monitoring_statistic} contains the AMFEWMA monitoring
#' statistic values calculated on the Phase II sequence,
#' \code{amfewma_monitoring_statistic_lim} is the upper control limit.
Expand Down
6 changes: 5 additions & 1 deletion man/AMFEWMA_PhaseI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/AMFEWMA_PhaseII.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 0a2c36d

Please sign in to comment.