Package: bayesWatch Type: Package Title: Bayesian Change-Point Detection for Process Monitoring with Fault Detection Version: 0.1.4 Authors@R: c( person("Alexander C.", "Murph", email = "murph290@gmail.com", role = c("aut", "cre")), person("Reza", "Mohammadi", role = c("ctb", "cph")), person("Alex", "Lenkoski", role = c("ctb", "cph")), person("Andrew", "Johnson", role = "ctb")) Maintainer: Alexander C. Murph Description: Bayes Watch fits an array of Gaussian Graphical Mixture Models to groupings of homogeneous data in time, called regimes, which are modeled as the observed states of a Markov process with unknown transition probabilities. In doing so, Bayes Watch defines a posterior distribution on a vector of regime assignments, which gives meaningful expressions on the probability of every possible change-point. Bayes Watch also allows for an effective and efficient fault detection system that assesses what features in the data where the most responsible for a given change-point. For further details, see: Alexander C. Murph et al. (2023) . Copyright: file COPYRIGHTS License: GPL-3 Imports: Rcpp (>= 1.0.7), parallel (>= 3.6.2), Matrix, Hotelling, CholWishart, ggplot2, gridExtra (>= 0.9.1), BDgraph, methods, MASS, stats, ess LinkingTo: Rcpp, RcppArmadillo, RcppEigen, Matrix, CholWishart, BH Depends: R (>= 3.5.0) Encoding: UTF-8 RoxygenNote: 7.2.3 NeedsCompilation: yes Packaged: 2026-07-03 23:49:37 UTC; root Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://sirmurphalot.r-universe.dev Date/Publication: 2025-09-03 15:11:48 UTC RemoteUrl: https://github.com/sirmurphalot/bayeswatch RemoteRef: HEAD RemoteSha: a18ce83bf0f1ab20716157f4e283c2ac506aae7e Author: Alexander C. Murph [aut, cre], Reza Mohammadi [ctb, cph], Alex Lenkoski [ctb, cph], Andrew Johnson [ctb]