Skip to content

Commit

Permalink
version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Keefe-Murphy authored and cran-robot committed Nov 18, 2020
1 parent 8067337 commit 67668dc
Show file tree
Hide file tree
Showing 44 changed files with 1,001 additions and 654 deletions.
22 changes: 11 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
Package: IMIFA
Type: Package
Date: 2020-05-12
Date: 2020-11-18
Title: Infinite Mixtures of Infinite Factor Analysers and Related
Models
Version: 2.1.3
Authors@R: c(person("Keefe", "Murphy", email = "keefe.murphy@ucd.ie", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7709-3159")),
Version: 2.1.4
Authors@R: c(person("Keefe", "Murphy", email = "keefe.murphy@mu.ie", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7709-3159")),
person("Cinzia", "Viroli", email = "cinzia.viroli@unibo.it", role = "ctb"),
person("Isobel Claire", "Gormley", email = "claire.gormley@ucd.ie", 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.
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. (2020) <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.
Depends: R (>= 4.0.0)
License: GPL (>= 2)
Encoding: UTF-8
URL: https://cran.r-project.org/package=IMIFA
BugReports: https://github.com/Keefe-Murphy/IMIFA
LazyData: true
Imports: matrixStats, mclust (>= 5.1), mvnfast, Rfast (>= 1.9.8), slam,
viridis
Suggests: gmp, knitr, mcclust, rmarkdown, Rmpfr
RoxygenNote: 7.1.0
Imports: matrixStats (>= 0.53.1), mclust (>= 5.4), mvnfast, Rfast (>=
1.9.8), slam, viridisLite
Suggests: gmp (>= 0.5-4), knitr, mcclust, rmarkdown, Rmpfr
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Collate: 'MainFunction.R' 'Diagnostics.R' 'FullConditionals.R'
'Gibbs_FA.R' 'Gibbs_IFA.R' 'Gibbs_IMFA.R' 'Gibbs_IMIFA.R'
'Gibbs_MFA.R' 'Gibbs_MIFA.R' 'Gibbs_OMFA.R' 'Gibbs_OMIFA.R'
'IMIFA.R' 'PlottingFunctions.R' 'SimulateData.R' 'data.R'
NeedsCompilation: no
Packaged: 2020-05-12 15:23:52 UTC; Keefe
Packaged: 2020-11-18 13:18:19 UTC; Keefe
Author: Keefe Murphy [aut, cre] (<https://orcid.org/0000-0002-7709-3159>),
Cinzia Viroli [ctb],
Isobel Claire Gormley [ctb]
Maintainer: Keefe Murphy <keefe.murphy@ucd.ie>
Maintainer: Keefe Murphy <keefe.murphy@mu.ie>
Repository: CRAN
Date/Publication: 2020-05-12 16:10:02 UTC
Date/Publication: 2020-11-18 23:10:16 UTC
86 changes: 43 additions & 43 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
78d9a522cf6482d6718dcfd789075cb7 *DESCRIPTION
fe51a99ecdf2367b9396810c2be8b9e6 *NAMESPACE
26ef600483727b660fb6e32dd305a45c *R/Diagnostics.R
1896dee4d5e00194d2f41fa29c1f149b *R/FullConditionals.R
bdee4963849abcc1bc93e012cc9ecd7d *DESCRIPTION
303d26fe1420b0bc92a86d10f5873ebb *NAMESPACE
0ba4771e59aa547f7427e15201be38a5 *R/Diagnostics.R
c9484834fac8e3d91c44b5b676e4cf2c *R/FullConditionals.R
c9758e6bd78a6b4b5b04e62febc695d2 *R/Gibbs_FA.R
8ff6d505de8cef394d5c8cffe51a928a *R/Gibbs_IFA.R
eebd4bc9a406d5ae2cbb49273305c4ed *R/Gibbs_IMFA.R
Expand All @@ -10,54 +10,54 @@ eebd4bc9a406d5ae2cbb49273305c4ed *R/Gibbs_IMFA.R
d3c58eb1e0e9267ea8db3aa6023b5766 *R/Gibbs_MIFA.R
acb1bae1593331bd008e6bbc1f4d406a *R/Gibbs_OMFA.R
596d2a9b83a2d773b0d87902da2ebbe4 *R/Gibbs_OMIFA.R
ce36718d870265f445b248f4c097903b *R/IMIFA.R
568e1510101d06b31c9b621851524e01 *R/MainFunction.R
9b495f7537ebba0f1b7679be3617990a *R/PlottingFunctions.R
ae58c71063c05daee27ca61a3bdfc4f4 *R/SimulateData.R
5d60e4e20ca52cde20bc788bb46e0bc3 *R/IMIFA.R
1ba34632952a1711ba8614c43fc3463f *R/MainFunction.R
98ffd8a31f5990fccb52d7313c5dca6e *R/PlottingFunctions.R
7f328389820bec778e76dd0603c15684 *R/SimulateData.R
c18d7934dea4c410e2e4414027ddf896 *R/data.R
2af7e8e682cf1637f4ab4add57001e92 *README.md
f0c59a587c8038d236804d9de4d713eb *build/vignette.rds
34ef4cd91594ba06f529ed22ca7a16b7 *README.md
a4b73126d0829432fcef4cb841377a3d *build/vignette.rds
8a1546836eba4e124ab4a8258d56c3e9 *data/USPSdigits.rda
0561ac6b39266e6e9b645b7b2ee31c64 *data/coffee.rda
c0bcb7c2dd21f9748941a039b377be74 *data/olive.rda
ce418a6aa6cd82e05f8e29a8e711310c *inst/CITATION
a3acc30135168772095dd6c6c1971f98 *inst/NEWS.md
3be437d586de982af6e198e1850cbc06 *inst/CITATION
5add15022a9d43d68e2ad94c94ade1e0 *inst/NEWS.md
058722594770f90664eb3b59c8f36a50 *inst/doc/IMIFA.R
cfbc068789188338400607f7c81162e4 *inst/doc/IMIFA.Rmd
d97c430e5ba9ccead764a2a9e4fa1acb *inst/doc/IMIFA.html
d3310007c69c2df15ddb0fa59f38bd35 *man/G_moments.Rd
d5318c9f6e7f7e0a33fbafb3dfb6dec4 *man/G_priorDensity.Rd
806d7bdc24df945178b635cd7095af83 *man/IMIFA-package.Rd
00cdeb93d9220b0e7b55deec024e6b51 *inst/doc/IMIFA.Rmd
818a6e6447ed85c07bd1e39d7c8e6c71 *inst/doc/IMIFA.html
3d116b4c9605882f4afc4ad5ea23c084 *man/G_moments.Rd
0f89fba76ec90edaca2fc5906a30cf19 *man/G_priorDensity.Rd
b2fa65ad4eb06fd06cb2485ef71a5931 *man/IMIFA-package.Rd
56cdda484c2370de672298800c81d3d8 *man/IMIFA_news.Rd
a8d99db1eeb0254fb5b0594ed33d3a04 *man/Ledermann.Rd
a406f64771ec523b811753d7d5db1c6c *man/MGP_check.Rd
cf07339ef94f206d6fadc3d56c665fb0 *man/PGMM_dfree.Rd
eac4c828bc15a3bf20e363f2ada2f266 *man/Procrustes.Rd
c2a5f612041ed06e81f8299bc20b0a88 *man/MGP_check.Rd
c7e4978690d2642ef4a6f018379911ae *man/PGMM_dfree.Rd
024cc3af21cd2866f430946d44c50574 *man/Procrustes.Rd
72446a862e5a5eac13ca5bd7f2047975 *man/USPSdigits.Rd
c808e84fe2ef1e3e0e1a1c8c8dca300e *man/Zsimilarity.Rd
7326a14973e11ecd2ff06deb29908d83 *man/bnpControl.Rd
81b463f77780a6d19688b1605d45d34f *man/Zsimilarity.Rd
d09fbf41fe01186f58086f2c9babec4c *man/bnpControl.Rd
8ad430d031386654deae38e0f3222fab *man/coffee.Rd
431e9b81da3ca8bc6a760c9420d140ed *man/get_IMIFA_results.Rd
bcbac31163adaee660d8c9148846e4e1 *man/gumbel_max.Rd
e5a8121b591d2f4d1722021e2976c672 *man/heat_legend.Rd
88e4b4c735c2771a758a64e4c6c0e0b9 *man/get_IMIFA_results.Rd
5b271eb6d92f7e968eeeb908a99699d4 *man/gumbel_max.Rd
f43fc1d238bd1b4b89d884fc918d8819 *man/heat_legend.Rd
f4ad348f54042a3406a1dab3c6ac5676 *man/is.cols.Rd
321e02485adfe98d6af31d586b7be28f *man/is.posi_def.Rd
d9a31c71eb43a9e5ff02e921e6cfddcb *man/mat2cols.Rd
aea67dd25f134946514ba9448d129674 *man/mcmc_IMIFA.Rd
ac03f6fd007052baa52d63bd57d02e16 *man/mgpControl.Rd
64bf47da447df7674040d78b935967cb *man/mixfaControl.Rd
1a0a122c8bf344670fc791ed30457334 *man/is.posi_def.Rd
e7d36a4ca1d9f67fa9a66120ca4cb58e *man/mat2cols.Rd
155df1622ff6dbab2d202a9fdcd85b8b *man/mcmc_IMIFA.Rd
83a4d8085d465ab22d98700ed0f3013e *man/mgpControl.Rd
a215eb1803d5394b8391ca1aba90cf85 *man/mixfaControl.Rd
376d35460fbfb90198d8f42b84cdd454 *man/olive.Rd
a5746cb9788dd5316e7ed9a5451a36be *man/pareto_scale.Rd
e7b90661c33486594db4a54f76081378 *man/plot.Results_IMIFA.Rd
4204a53bc48a0e2ebe2f2420d5017e76 *man/plot_cols.Rd
45e8c804f76e4542dd37f18f4d646af5 *man/post_conf_mat.Rd
0f0ce1442bfb1c0b69e6b0448f5dc350 *man/psi_hyper.Rd
b51600b9fc22a41ed811736fd79ec02d *man/rDirichlet.Rd
de3868ef453a714860863533922ae6a2 *man/scores_MAP.Rd
5e4bbee14e83bb131e8021ede53669b2 *man/shift_GA.Rd
d9daf6b62a841bf4882a09d17caaf047 *man/show_IMIFA_digit.Rd
ea0b7417c32dcfc9762bdfc3b215e8a7 *man/show_digit.Rd
5ced7faf37e0a74771bf6e4e9bf5d4ed *man/sim_IMIFA.Rd
21a78480e5c3a4d04e83a693e136c7e6 *man/storeControl.Rd
cfbc068789188338400607f7c81162e4 *vignettes/IMIFA.Rmd
6374921bc6bf3b5d2e45b9b8739e2300 *man/pareto_scale.Rd
6230b4d8bf19a308769fd4edfa41d38e *man/plot.Results_IMIFA.Rd
8e13feda5e28254d4efe8d4687eec58a *man/plot_cols.Rd
bb46f39e23c8c03c85677c2332058b4e *man/post_conf_mat.Rd
884661aab697de134c78d211ca10db0c *man/psi_hyper.Rd
f19856b01f3a6c8480934d8575e433c1 *man/rDirichlet.Rd
c0226719b4b87c95c8401f6f6db86c56 *man/scores_MAP.Rd
a49403d852d540f0139ad2783db53357 *man/shift_GA.Rd
5770b25cad612fc65643312ed69636bd *man/show_IMIFA_digit.Rd
0ad7c9d4066d6deba11f08b32d9a68cf *man/show_digit.Rd
b305d00003cc68b16f53e3b9b580898f *man/sim_IMIFA.Rd
f7c823779a6472870cc8cd89184ee27c *man/storeControl.Rd
00cdeb93d9220b0e7b55deec024e6b51 *vignettes/IMIFA.Rmd
39268a288f379004b29ce4e77ee340b1 *vignettes/res_olive_IMIFA__Edited-Vignette-only-Version.rda
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ importFrom(mclust,"mclustICL")
importFrom(mvnfast,"dmvn")
importFrom(slam,"as.simple_sparse_array")
importFrom(slam,"as.simple_triplet_matrix")
importFrom(viridis,"viridis")
importFrom(viridisLite,"viridis")

0 comments on commit 67668dc

Please sign in to comment.