Robert Hawkins

Results 14 issues of Robert Hawkins

Suppose you use Enumerate to create an erp with objects in its support: ``` var uniformDraw = function (xs) { return xs[randomInteger(xs.length)]; }; var myERP = Enumerate(function(){ return uniformDraw([{'a' :...

When you accidentally call the `repeat()` function without an integer in the first argument, e.g. ``` repeat(function() {return 1;}); ``` you get a terrible error: ``` 9611 ms: Scavenge 1408.4...

error handling

* [ ] Make it clear that solutions to exercise 1 should be webppl programs (with results!), not just working out math w/ equations * [ ] put alternative solution...

* add more hints about what priors to use in malingering question? A bunch of people tried to use gaussian priors which don't make sense. Also maybe give some hints...

* add a 'warm-up' question asking for discrete Big/Small model in chapter to be tested with continuous observation from differently-sized uniform distributions * causal support question part C needs to...

* [ ] problem 1 should use forward sampling for looking at the prior * While grading the BDA exercises, it seems like a lot of the time the priors...

Beta section still needs to be filled in. Also would be nice to have an intuitive image of the simplex like this for different settings of the `alpha` parameter (especially...

pretty minor edits but uses stanford names & colors

## Motivation and Context This is an initial attempt at a workaround for issue #1939 and #1947. ## Description Because the [`unsubscribe(client)`](https://github.com/Dallinger/Dallinger/blob/master/dallinger/experiment_server/sockets.py#L100-L103) function already essentially triggers on disconnection (i.e. on...

## Description This PR adds an additional Participant status ("waiting") that tracks participants currently in the waiting room. When the number of participants waiting reaches the specified `quorum` (typically, the...