All Projects → florianhartig → Bayesiantools

florianhartig / Bayesiantools

General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Bayesiantools

mcmcr
An R package to manipulate MCMC samples
Stars: ✭ 17 (-74.24%)
Mutual labels:  cran, mcmc
BAS
BAS R package https://merliseclyde.github.io/BAS/
Stars: ✭ 36 (-45.45%)
Mutual labels:  cran, mcmc
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (+1292.42%)
Mutual labels:  mcmc, optimization
Gd Uap
Generalized Data-free Universal Adversarial Perturbations
Stars: ✭ 50 (-24.24%)
Mutual labels:  optimization
Seurat
R toolkit for single cell genomics
Stars: ✭ 1,053 (+1495.45%)
Mutual labels:  cran
Parametron.jl
Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
Stars: ✭ 57 (-13.64%)
Mutual labels:  optimization
Tiny Site
图片优化
Stars: ✭ 65 (-1.52%)
Mutual labels:  optimization
Tinystr
A small ASCII-only bounded length string representation.
Stars: ✭ 48 (-27.27%)
Mutual labels:  optimization
Better Firebase Functions
This repo provides functionality for a better way of organising files, imports and function triggers in Firebase Cloud Functions
Stars: ✭ 63 (-4.55%)
Mutual labels:  optimization
Modules
Modules in R
Stars: ✭ 54 (-18.18%)
Mutual labels:  cran
Complementarity.jl
provides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP
Stars: ✭ 54 (-18.18%)
Mutual labels:  optimization
Blavaan
An R package for Bayesian structural equation modeling
Stars: ✭ 51 (-22.73%)
Mutual labels:  cran
Athena
Automatic equation building and curve fitting. Runs on Tensorflow. Built for academia and research.
Stars: ✭ 57 (-13.64%)
Mutual labels:  optimization
Sanic.js
JS Gotta go fast ! | Increase native JS functions performances
Stars: ✭ 50 (-24.24%)
Mutual labels:  optimization
Robust Adv Malware Detection
Code repository for the paper "Adversarial Deep Learning for Robust Detection of Binary Encoded Malware"
Stars: ✭ 63 (-4.55%)
Mutual labels:  optimization
Timeseriesclustering.jl
Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
Stars: ✭ 49 (-25.76%)
Mutual labels:  optimization
Fredr
An R client for the Federal Reserve Economic Data (FRED) API
Stars: ✭ 61 (-7.58%)
Mutual labels:  cran
Dsp
An open-source parallel optimization solver for structured mixed-integer programming
Stars: ✭ 53 (-19.7%)
Mutual labels:  optimization
Notes
The notes for Math, Machine Learning, Deep Learning and Research papers.
Stars: ✭ 53 (-19.7%)
Mutual labels:  optimization
Pc Optimization Hub
collection of various resources devoted to performance and input lag optimization
Stars: ✭ 55 (-16.67%)
Mutual labels:  optimization

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: GPL v3 CRAN_Status_Badge minimal R version

BayesianTools

R package for performing Bayesian inference, including various MCMC and SMC sampling algorithms! A google scholar list of studies citing BT is here.

Getting BayesianTools

BayesianTools is on CRAN (see here). To install the latest CRAN release, type

install.packages("BayesianTools")

To get an overview about its functionality once the package is installed, run

library(BayesianTools)
?BayesianTools
vignette("BayesianTools", package="BayesianTools")

As for every R package, you can get the suggested citation via

citation("BayesianTools")

Installing the development version from GitHub

If you want to install our development version from GitHub, use

devtools::install_github(repo = "florianhartig/BayesianTools", subdir = "BayesianTools", dependencies = T, build_vignettes = T)

New developments will be done in extra branches and will be tested before merging in the developtment branch, so the developmet version should usually be usable (consider it in a beta stage), while feature branches should be considered alpha.

Status master development branch Build Status

Windows users: the package contains c++ code, so if you compile yourself, you need RTools installed.

Older releases

To install a specific (older) release, decide for the version number that you want to install in https://github.com/florianhartig/BayesianTools/releases (version numbering corresponds to CRAN, but there may be smaller releases that were not pushed to CRAN) and run, e.g.

devtools::install_github(repo = "florianhartig/BayesianTools", subdir = "BayesianTools", ref = "v0.0.10", dependencies = T, build_vignettes = T)

with v0.0.10 replaced by the appropriate version number.

Getting help

We highly welcome questions by users, so don't be shy - any questions, even if it feels "stupid", helps us to understand how we can improve the interface, documentation, or code of the package.

If you want to ask a question or report a bug, the most convenient way for us would be to provide a reproducible example via the GitHub issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].