-
-
Notifications
You must be signed in to change notification settings - Fork 272
Use sigma instead of sd #2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
good first issue
Good for newcomers
Comments
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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
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: