zenna / Omega.jl

Causal, Higher-Order, Probabilistic Programming
MIT License
164 stars 17 forks source link

Adjusted the example so it matches the histogram and removed the first link. #167

Closed mrakgr closed 3 years ago

mrakgr commented 3 years ago
weight_samples = rand(weight, condition, 10; alg = RejectionSample)

The above samples 10 times, but the histogram shows 1000, so I've aligned the two.

Also the very first link pointing to the notebook version is broken so I've removed the reference to it. I don't see the models dir in master anywhere.

mrakgr commented 3 years ago

It is rough to have both a markdown version and a notebook version of the same document as it is labor intensive to make sure they match. It might be better to just have one or the other to serve as documentation.