Skip to content

Conversation

a-n-ermakov
Copy link

No description provided.

@a-n-ermakov a-n-ermakov changed the title Deterministic variable name fixed Chapter 2: deterministic variable name fixed Feb 5, 2020
@linbug
Copy link

linbug commented May 1, 2021

This confused me today too. I'd suggest removing this line entirely as it seems to have been copied from the PyMC2 version of Ch2, where a function is actually being declared:

@pm.deterministic
def some_deterministic_var(v1=v1,):
     #jelly goes here.

For all purposes, we can treat the object some_deterministic_var as a variable and not a Python function.

However same the sentence doesn't make sense for PyMC3.

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