Coder Social home page Coder Social logo

hasihays / bayesiantools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from florianhartig/bayesiantools

0.0 0.0 0.0 3.81 MB

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

Home Page: https://cran.r-project.org/web/packages/BayesianTools/index.html

Shell 0.35% C++ 0.39% C 0.10% R 82.53% RMarkdown 16.64%

bayesiantools's Introduction

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

  • GH Action R-CMD-check

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

Older releases

To install a specific (older) release or a branch, decide for the version number / branch 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 or branch.

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

bayesiantools's People

Contributors

florianhartig avatar maximilianpi avatar robertbosek avatar stefan-paul avatar tahminamojumder avatar tankredo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.