Skip to content

johnmyleswhite/ConjugatePriors.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConjugatePriors.jl

NOTICE

This package is deprecated and replaced by Distributions.jl.

Introduction

Closed-form solutions for Bayesian updating under conjugate priors

Usage Examples

using ConjugatePriors

data = rand(Bernoulli(), 100)

prior = Beta(1, 1)
posterior = update(prior, data)

prior = Beta(1000, 100)
posterior = update(prior, data)

About

Closed form expressions for conjugate priors in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages