Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmurphalot authored and cran-robot committed Jan 28, 2024
1 parent 5827030 commit 51686ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions DESCRIPTION
Expand Up @@ -2,8 +2,8 @@ Package: bayesWatch
Type: Package
Title: Bayesian Change-Point Detection for Process Monitoring with
Fault Detection
Version: 0.1.2
Date: 2023-10-29
Version: 0.1.3
Date: 2024-01-27
Authors@R: c(person("Alexander C.", "Murph", email = "murph290@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7170-867X")),
Expand All @@ -12,23 +12,27 @@ Authors@R: c(person("Alexander C.", "Murph", email = "murph290@gmail.com",
comment = c(ORCID = "0000-0001-9538-0648")),
person("Alex", "Lenkoski",
role = c("ctb", "cph"),
comment = c(ORCID = "0000-0002-6664-0292")))
comment = c(ORCID = "0000-0002-6664-0292")),
person("Andrew", "Johnson",
role = c("ctb"),
comment = c(email = "andrew.johnson@arjohnsonau.com")))
Maintainer: Alexander C. Murph <murph290@gmail.com>
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) <arXiv:2310.02940>.
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
LinkingTo: Rcpp, RcppArmadillo, RcppEigen, Matrix, CholWishart, BH
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-11-20 18:36:07 UTC; murph
Packaged: 2024-01-27 17:34:03 UTC; murph
Author: Alexander C. Murph [aut, cre] (<https://orcid.org/0000-0001-7170-867X>),
Reza Mohammadi [ctb, cph] (<https://orcid.org/0000-0001-9538-0648>),
Alex Lenkoski [ctb, cph] (<https://orcid.org/0000-0002-6664-0292>)
Alex Lenkoski [ctb, cph] (<https://orcid.org/0000-0002-6664-0292>),
Andrew Johnson [ctb] (andrew.johnson@arjohnsonau.com)
Repository: CRAN
Date/Publication: 2023-11-20 19:10:02 UTC
Date/Publication: 2024-01-27 17:50:02 UTC
2 changes: 1 addition & 1 deletion MD5
@@ -1,4 +1,4 @@
3d1fe090a8797ab345513dccd7de6fa9 *DESCRIPTION
2eaf4fd976e340ed6f0d3cb4ac7807c6 *DESCRIPTION
3a49f439202aeb84ae2b2145e9c9f95b *NAMESPACE
2d937d50d6d06ad401bc9a4dc1a3fdab *NEWS.md
ea3de216c133818ce2975229a84efba3 *R/RcppExports.R
Expand Down

0 comments on commit 51686ce

Please sign in to comment.