Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Keefe-Murphy/IMIFA

Tags

v2.2.0

Toggle v2.2.0's commit message
Updated License and examples relating to Suggests. Modified .Rbuildig…

…nore & .gitignore. Replaced /itemize with /describe. Prepared CRAN release.

v2.1.10

Toggle v2.1.10's commit message
Minor fix to adaptive Gibbs sampler for clusters with zero factors. M…

…inor documentation & examples edits re: the "truncated" argument. Prepared CRAN release.

v2.1.9

Toggle v2.1.9's commit message
storeControl gains the update.mu arg. to optionally circumvent update…

…s of the mean parameters to speed-up special case of (I)FA models with centred data. Minor fix to param="means" plots for uncentered (I)FA results & minor fixes to account for uncentered data in means updates also. Documentation updates for CRAN compliance.

v2.1.8

Toggle v2.1.8's commit message
bnpControl gains the args. "thresh" & "exchange", implementing the ex…

…changeable/thresholded slice sampler of Fall & Barat (2014): these are experimental features (both args. default to FALSE, both force ind.slice to FALSE, & exchange forces IM.lab.sw to FALSE). Prepared CRAN release.

v2.1.7

Toggle v2.1.7's commit message
Added function rltrgamma() to help with left-truncated version of col…

…umn shrinkage MGP prior parameters, which can now be invoked using the new 'truncated' argument (default: FALSE) to mgpControl(). exp_ltrgamma() also added for computing expected values of left-truncated (inverse) gammas, for checking within MGP_check(..., truncated=TRUE). Hidden functions .sim_deltaKT() and .sim_deltaPT() added for similar reasons. Minor fixes to adaptive Gibbs sampler for MIFA models when delta0g=TRUE. Minor fixes to returned attributes from MGP_check when invoked in vectorised fashion. CRAN release.

v2.1.6

Toggle v2.1.6's commit message
Extended G_calibrate to use the Rmpfr & gmp libaries, use the full th…

…eoretical ranges for the uniroot intervals, and work when alpha=0. Major speed-up to G_expected when alpha=0. G_variance also computed more accurately and efficiently when alpha=0. Minor speed-up to G_priorDensity for non-zero discount. Minor .version_above() and ifelse fixes. Minor speed-ups to simulation of scores/loadings (via backsolve() improvement) and speed-ups to local/column/cluster shrinkage parameters (via pre-computation). Prepared CRAN release.

v2.1.5

Toggle v2.1.5's commit message
Fixed initialisation issues for univariate data sets. error.metrics=T…

…RUE now works for univariate data sets. Prettier axis labels for first two plot.meth="zlabels" plots. Slight speed-ups for both varieties of slice sampler in IM(I)FA methods. Minor CRAN compliance edits and & tiny documentation edits. Added ORCID iDs to DESCRIPTION. doi fixes. CRAN 2.1.5 release.

v2.1.4

Toggle v2.1.4's commit message
Ensured matrixStats(>=0.53.1) & mclust(>=5.4) in Imports: and gmp(>=0…

….5-4) in Suggests:. Package startup message now includes a check for whether a newer version is available on CRAN. Cosmetic changes to G_priorDensity plots. Stricter checking of permissible alpha values with negative discount. Minor documentation edits. Fixes when plot.meth="density" and param="alpha" for fixed positive discount. mat2cols example edits. Updated Bayesian Analysis citation. Updated email address. Final CRAN edits.

v2.1.3

Toggle v2.1.3's commit message
Minor edits for compliance with R 4.0.0. Improved handling of suggest…

…ed packages Rmpfr & gmp in G_expected, G_variance, and G_priorDensity. Minor speed-up to Procrustes when dilate=TRUE. summary.Results_IMIFA gains the printing-related argument "MAP". Minor fixes for negative discount (an experimental feature). Minor efficiency gain to slice sampler for IM(I)FA methods. Edited printed details when `plot.meth="zlabels"` with unsupplied `zlabels`.

v2.1.2

Toggle v2.1.2's commit message
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.