-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes & speed-ups to MIFA/OMIFA/IMIFA when ~some~ clusters have zero …
…factors. Speed-ups to simulation of column-shrinkage parameters when ~some~ clusters are empty. Accounted for cluster-shrinkage parameters when the number of factors increases. Minor bug fix for padding scores when the maximum number of factors increases. Minor fixes due to base::matrix, immediate warnings, dependencies for some hidden functions. More fixes & time improvements due to latest Rfast v1.9.8 (.col/row_vars -> col/rowVars). G_expected & G_variance gain the argument "MPFR". Variable & cluster specific communalities now both returned by get_IMIFA_results. Minor speed-up to rDirichlet for the symmetric uniform case. Spell-checking of documentation & removal of methods package from Suggests.
- Loading branch information
Keefe-Murphy
committed
Mar 30, 2020
1 parent
afddc8e
commit 1959489
Showing
37 changed files
with
286 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Package: IMIFA | ||
Type: Package | ||
Date: 2019-12-11 | ||
Date: 2020-03-30 | ||
Title: Infinite Mixtures of Infinite Factor Analysers and Related Models | ||
Version: 2.1.2 | ||
Authors@R: c(person("Keefe", "Murphy", email = "[email protected]", role = c("aut", "cre")), | ||
Authors@R: c(person("Keefe", "Murphy", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7709-3159")), | ||
person("Cinzia", "Viroli", email = "[email protected]", role = "ctb"), | ||
person("Isobel Claire", "Gormley", email = "[email protected]", role = "ctb")) | ||
Description: Provides flexible Bayesian estimation of Infinite Mixtures of Infinite Factor Analysers and related models, for nonparametrically clustering high-dimensional data, introduced by Murphy et al. (2019) <doi:10.1214/19-BA1179>. The IMIFA model conducts Bayesian nonparametric model-based clustering with factor analytic covariance structures without recourse to model selection criteria to choose the number of clusters or cluster-specific latent factors, mostly via efficient Gibbs updates. Model-specific diagnostic tools are also provided, as well as many options for plotting results, conducting posterior inference on parameters of interest, posterior predictive checking, and quantifying uncertainty. | ||
|
@@ -17,17 +17,16 @@ Imports: | |
matrixStats, | ||
mclust (>= 5.1), | ||
mvnfast, | ||
Rfast (>= 1.9.7), | ||
Rfast (>= 1.9.8), | ||
slam, | ||
viridis | ||
Suggests: | ||
gmp, | ||
knitr, | ||
mcclust, | ||
methods, | ||
rmarkdown, | ||
Rmpfr | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.0 | ||
VignetteBuilder: knitr | ||
Collate: | ||
'MainFunction.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.