All Projects → jg-you → noisy-networks-measurements

jg-you / noisy-networks-measurements

Licence: MIT License
Noisy network measurement with stan

Programming Languages

Stan
76 projects

Projects that are alternatives of or similar to noisy-networks-measurements

Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+1759.52%)
Mutual labels:  bayesian-inference, stan
Stan
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Stars: ✭ 2,177 (+5083.33%)
Mutual labels:  bayesian-inference, stan
Brms
brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan
Stars: ✭ 825 (+1864.29%)
Mutual labels:  bayesian-inference, stan
lgpr
R-package for interpretable nonparametric modeling of longitudinal data using additive Gaussian processes. Contains functionality for inferring covariate effects and assessing covariate relevances. Various models can be specified using a convenient formula syntax.
Stars: ✭ 22 (-47.62%)
Mutual labels:  bayesian-inference, stan
geostan
Bayesian spatial analysis
Stars: ✭ 40 (-4.76%)
Mutual labels:  bayesian-inference, stan
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+873.81%)
Mutual labels:  bayesian-inference, stan
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+309.52%)
Mutual labels:  bayesian-inference, stan
Projpred
Projection predictive variable selection
Stars: ✭ 76 (+80.95%)
Mutual labels:  bayesian-inference, stan
metaBMA
Bayesian Model Averaging for Random and Fixed Effects Meta-Analysis
Stars: ✭ 20 (-52.38%)
Mutual labels:  bayesian-inference, stan
approxposterior
A Python package for approximate Bayesian inference and optimization using Gaussian processes
Stars: ✭ 36 (-14.29%)
Mutual labels:  inference, bayesian-inference
Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (+578.57%)
Mutual labels:  bayesian-inference, stan
ReactiveMP.jl
Julia package for automatic Bayesian inference on a factor graph with reactive message passing
Stars: ✭ 58 (+38.1%)
Mutual labels:  inference, bayesian-inference
EmbracingUncertainty
Material for AMLD 2020 workshop "Bayesian Inference: embracing uncertainty"
Stars: ✭ 23 (-45.24%)
Mutual labels:  bayesian-inference, stan
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+1709.52%)
Mutual labels:  bayesian-inference, stan
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (+395.24%)
Mutual labels:  inference, bayesian-inference
TrendinessOfTrends
The Trendiness of Trends
Stars: ✭ 14 (-66.67%)
Mutual labels:  bayesian-inference, stan
stan-ja
Stanマニュアルの日本語への翻訳プロジェクト
Stars: ✭ 53 (+26.19%)
Mutual labels:  bayesian-inference, stan
Birch
A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.
Stars: ✭ 80 (+90.48%)
Mutual labels:  bayesian-inference
grblas
Python wrapper around GraphBLAS
Stars: ✭ 22 (-47.62%)
Mutual labels:  complex-networks
MLExp
arxiv.org/abs/1801.07710v2
Stars: ✭ 32 (-23.81%)
Mutual labels:  networks

noisy-networks-measurements

Bayesian reconstruction of networks from noisy measurements, with examples. The theory explaining these models is presented in "Bayesian inference of network structure from unreliable data", by J.-G. Young, G. T. Cantwell and M.E.J. Newman. Here we provide several examples of models coded in Stan, as well as a tutorial reproducing one of the case study of the paper.

Dependencies

The only necessary dependency is stan. The framework will work with any stan interface.

Our tutorial uses the python interface. To install pystan, simply run:

pip install pystan

List of models

We provide code for a several standard models, as well as extensible templates for models not covered by our library of models.

  • Examples: Standard models.
  • Templates: Model templates, that can be used to implement custom models without writing boilerplate code.

Paper

If you use this code, please consider citing:

"Bayesian inference of network structure from unreliable data"
J.-G. Young, G. T. Cantwell and M.E.J. Newman
J. Complex Netw. 8, cnaa046 (2021)

Author information

Code by Jean-Gabriel Young. Don't hesitate to get in touch at [email protected], or via the 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].