R/mvMonitoring.R

#' @name mvMonitoring
#'
#' @title A Package for Multivariate Statistical Process Monitoring
#'
#' @description The \code{mvMonitoring} package has four main functions for
#'   external use, all of which begin with the string "msp" (for "multivariate
#'   statistical process") followed by the function use. Functions without this
#'   "msp" key are primarily internal functions. They are available to see and
#'   use, but will largely be unnecessary to call in common workflows.
#'
#' @section \code{mvMonitoring} external functions:
#'   \describe{
#'     \item{\code{\link{mspProcessData}} - }{A function for synthetic process
#'       data generation. Use this data to test new process monitoring methods.
#'     }
#'     \item{\code{\link{mspTrain}} - }{A function to take in observations for
#'       training under normal conditions, and to return the training summary
#'       from these observations.
#'     }
#'     \item{\code{\link{mspMonitor}} - }{A function to take in real-time
#'       process observations and detect system anomalies based on the training
#'       summary returned by \code{\link{mspTrain}}.
#'     }
#'     \item{\code{\link{mspWarning}} - }{A function to take in observations
#'       returned by \code{\link{mspMonitor}} and check for alarms by
#'       measuring sequential anomalies. This function will also be equipped to
#'       send SMS notifications to process technicians in future versions.
#'     }
#'   }
#'
#' @docType package
#' @aliases mvMonitoring-package


NULL

Try the mvMonitoring package in your browser

Any scripts or data that you put into this service are public.

mvMonitoring documentation built on Nov. 22, 2023, 1:09 a.m.