Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 2: deterministic variable name fixed #486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Chapter 2: deterministic variable name fixed #486

wants to merge 1 commit into from

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.

None yet

2 participants