rmculpepper / gamble

Probabilistic Programming
BSD 2-Clause "Simplified" License
40 stars 10 forks source link

hist function in gamble? #23

Open yarden opened 9 years ago

yarden commented 9 years ago

Hi,

Sorry if this is obvious, I'm new to DrRacket (I remember when it was DrScheme...), but where does the hist primitive for histograms, used in the gamble manual, come from? I run gamble code with #lang gamble which doesn't load this automatically.

Thanks.

rmculpepper commented 9 years ago

You need

(require gamble/viz)

to get hist. I�ll update the introduction to make that clear.

Ryan