-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Use sigma instead of sd #2
Labels
good first issue
Good for newcomers
Comments
AlexAndorra
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Dec 19, 2020
Hey @MarcoGorelli, I am working on some big changes related to switching from pymc3 plots to arviz plots.
|
That's great @CloudChaoszero - much appreciated! |
I updated the PR to include replacing
|
This was referenced Jan 19, 2021
I think this Issue can be closed now. 🤞 |
Closed
gbrunkhorst
added a commit
to gbrunkhorst/pymc-examples
that referenced
this issue
Jan 12, 2023
twiecki
pushed a commit
that referenced
this issue
Jan 17, 2023
Basic package structure to get things started
OriolAbril
pushed a commit
to gbrunkhorst/pymc-examples
that referenced
this issue
Feb 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.
Normal('x', mu=mu, sigma=sigma)
rather thanNormal('x', mu=mu, sd=sigma)
sd
will (silently) continue working, see pymc-devs/pymc#4344The text was updated successfully, but these errors were encountered: