Skip to content

Conversation

joshdevins
Copy link

The example of a PyMC stochastic variable was using tau three times and not the two lambda variables at all. This makes it clearer that they are all PyMC stochastic variables.

@CamDavidsonPilon
Copy link
Owner

The point of this line was to show that calling .random() would indeed return different results each time. Could you change it so there are three print statements?

print tau.random(), tau.random(), ...
print lambda_1.random(), ...
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants