TuringLang / TuringGLM.jl

Bayesian Generalized Linear models using `@formula` syntax.

Home Page:https://turinglang.org/TuringGLM.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TuringGLM

Stable Dev Build Status Coverage Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

TuringGLM makes easy to specify Bayesian Generalized Linear Models using the formula syntax and returns an instantiated Turing model.

Heavily inspired by brms (uses RStan or CmdStanR) and bambi (uses PyMC3).

The @formula macro is extended from StatsModels.jl along with MixedModels.jl for the random-effects (a.k.a. group-level predictors).

YouTube

About

Bayesian Generalized Linear models using `@formula` syntax.

https://turinglang.org/TuringGLM.jl/dev

License:MIT License


Languages

Language:Julia 100.0%