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

Use sigma instead of sd #2

Closed
MarcoGorelli opened this issue Dec 15, 2020 · 4 comments
Closed

Use sigma instead of sd #2

MarcoGorelli opened this issue Dec 15, 2020 · 4 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@MarcoGorelli
Copy link
Contributor

MarcoGorelli commented Dec 15, 2020

e.g. Normal('x', mu=mu, sigma=sigma) rather than Normal('x', mu=mu, sd=sigma)

sd will (silently) continue working, see pymc-devs/pymc#4344

@AlexAndorra AlexAndorra added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 19, 2020
@CloudChaoszero
Copy link
Contributor

Hey @MarcoGorelli, I am working on some big changes related to switching from pymc3 plots to arviz plots.

  • Being said, I can take this on as well, and work on both of them.

@twiecki
Copy link
Member

twiecki commented Jan 4, 2021

That's great @CloudChaoszero - much appreciated!

@CloudChaoszero
Copy link
Contributor

I updated the PR to include replacing sd with sigma parameter.

  • If any lingering ones exist, we can update it over time, I imagine.

@CloudChaoszero
Copy link
Contributor

I think this Issue can be closed now. 🤞

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
OriolAbril pushed a commit that referenced this issue Feb 2, 2023
* New notebook on ODEs drawing from the previously scatter work and updating based on the current state of the pymc examples

* Revision #1 ODE Notebook based on Pymcdev comments

* Revision #2 ODE Notebook changes based on comments

* Revision #3 based on comments

* Revision #5 based on comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants