Found 191 packages in 0.01 seconds
Extremely Fast Implementation of a Naive Bayes Classifier
This is an extremely fast implementation of a Naive Bayes classifier. This
package is currently the only package that supports a Bernoulli distribution, a Multinomial
distribution, and a Gaussian distribution, making it suitable for both binary features,
frequency counts, and numerical features. Another feature is the support of a mix of
different event models. Only numerical variables are allowed, however, categorical variables
can be transformed into dummies and used with the Bernoulli distribution.
The implementation is largely based on the paper
"A comparison of event models for Naive Bayes anti-spam e-mail filtering"
written by K.M. Schneider (2003)
"Empirical Bayes Smoothing Splines with Correlated Errors"
Presents a statistical method that uses a recursive algorithm for signal extraction. The method handles a non-parametric estimation for the correlation of the errors. See "Krivobokova", "Serra", "Rosales" and "Klockmann" (2021)
An Empirical Bayes Method for Chi-Squared Data
We provide the main R functions to compute the posterior interval for the noncentrality parameter of the chi-squared distribution. The skewness estimate of the posterior distribution is also available to improve the coverage rate of posterior intervals. Details can be found in Du and Hu (2020)
Empirical Bayes Single Nucleotide Variant Calling
Identifies single nucleotide variants in next-generation sequencing data by estimating their local false discovery rates. For more details, see Karimnezhad, A. and Perkins, T. J. (2024)
Datasets and Supplemental Functions from Bayes Rules! Book
Provides datasets and functions used for analysis and visualizations in the Bayes Rules! book (< https://www.bayesrulesbook.com>). The package contains a set of functions that summarize and plot Bayesian models from some conjugate families and another set of functions for evaluation of some Bayesian models.
Variational Bayes Latent Position Cluster Model for Networks
Fit and simulate latent position and cluster models for network data, using a fast Variational Bayes approximation developed in Salter-Townshend and Murphy (2013)
Power and Sample Size Calculations for Bayes Factor Analysis
Implements z-test, t-test, and normal moment prior Bayes factors based on summary statistics, along with functionality to perform corresponding power and sample size calculations as described in Pawel and Held (2025)
Compute FAB (Frequentist and Bayes) Conformal Prediction Intervals
Computes and plots prediction intervals for numerical
data or prediction sets for categorical data using prior information.
Empirical Bayes procedures to estimate the prior information from
multi-group data are included. See, e.g.,Bersson and Hoff (2022)
Bayes Factors for Hierarchical Linear Models with Continuous Predictors
Runs hierarchical linear Bayesian models. Samples from the posterior
distributions of model parameters in JAGS (Just Another Gibbs Sampler;
Plummer, 2017, < http://mcmc-jags.sourceforge.net>). Computes Bayes factors for group
parameters of interest with the Savage-Dickey density ratio (Wetzels,
Raaijmakers, Jakab, Wagenmakers, 2009,
Score Test Integrated with Empirical Bayes for Association Study
Perform association test within linear mixed model framework using score test integrated with Empirical Bayes for genome-wide association study. Firstly, score test was conducted for each marker under linear mixed model framework, taking into account the genetic relatedness and population structure. And then all the potentially associated markers were selected with a less stringent criterion. Finally, all the selected markers were placed into a multi-locus model to identify the true quantitative trait nucleotide.