Found 2024 packages in 0.07 seconds
Multivariate Normal and t Distributions
Computes multivariate normal and t probabilities, quantiles, random deviates, and densities. Log-likelihoods for multivariate Gaussian models and Gaussian copulae parameterised by Cholesky factors of covariance or precision matrices are implemented for interval-censored and exact data, or a mix thereof. Score functions for these log-likelihoods are available. A class representing multiple lower triangular matrices and corresponding methods are part of this package.
Data Representation: Bayesian Approach That's Sparse
Feed longitudinal data into a Bayesian Latent Factor Model to obtain a low-rank representation. Parameters are estimated using a Hamiltonian Monte Carlo algorithm with STAN. See G. Weinrott, B. Fontez, N. Hilgert and S. Holmes, "Bayesian Latent Factor Model for Functional Data Analysis", Actes des JdS 2016.
Bayesian Reliability Estimation
Functionality for reliability estimates. For 'unidimensional' tests:
Coefficient alpha, 'Guttman's' lambda-2/-4/-6, the Greatest lower
bound and coefficient omega_u ('unidimensional') in a Bayesian and a frequentist version.
For multidimensional tests: omega_t (total) and omega_h (hierarchical).
The results include confidence and credible intervals, the
probability of a coefficient being larger than a cutoff,
and a check for the factor models, necessary for the omega coefficients.
The method for the Bayesian 'unidimensional' estimates, except for omega_u,
is sampling from the posterior inverse 'Wishart' for the
covariance matrix based measures (see 'Murphy', 2007,
< https://groups.seas.harvard.edu/courses/cs281/papers/murphy-2007.pdf>.
The Bayesian omegas (u, t, and h) are obtained by
'Gibbs' sampling from the conditional posterior distributions of
(1) the single factor model, (2) the second-order factor model, (3) the bi-factor model,
(4) the correlated factor model
('Lee', 2007,
Stochastic Search Inconsistency Factor Selection
Evaluating the consistency assumption of Network Meta-Analysis both globally and locally in the Bayesian framework. Inconsistencies are located by applying Bayesian variable selection to the inconsistency factors. The implementation of the method is described by Seitidis et al. (2023)
Collective Matrix Factorization
Collective matrix factorization (CMF) finds joint low-rank
representations for a collection of matrices with shared row or column
entities. This code learns a variational Bayesian approximation for CMF,
supporting multiple likelihood potentials and missing data, while
identifying both factors shared by multiple matrices and factors private
for each matrix. For further details on the method see
Klami et al. (2014)
Integrative Inference of De Novo Cis-Regulatory Modules
Prior transcription factor binding knowledge and target gene expression data are integrated in a Bayesian framework for functional cis-regulatory module inference. Using Gibbs sampling, we iteratively estimate transcription factor associations for each gene, regulation strength for each binding event and the hidden activity for each transcription factor.
Infinite Mixtures of Infinite Factor Analysers and Related Models
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)
Pathway Analysis Methods for Genomewide Association Data
Bayesian hierarchical methods for pathway analysis of genomewide association data: Normal/Bayes factors and Sparse Normal/Adaptive lasso. The Frequentist Fisher's product method is included as well.
S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)
An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.
Computation of Bayes Factors for Common Biomedical Designs
BAYesian inference for MEDical designs in R. Functions for the computation of Bayes factors for common biomedical research designs. Implemented are functions to test the equivalence (equiv_bf), non-inferiority (infer_bf), and superiority (super_bf) of an experimental group compared to a control group on a continuous outcome measure. Bayes factors for these three tests can be computed based on raw data (x, y) or summary statistics (n_x, n_y, mean_x, mean_y, sd_x, sd_y [or ci_margin and ci_level]).