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

docs: correcting regression equations #2559

Merged
merged 1 commit into from
Feb 24, 2022
Merged

docs: correcting regression equations #2559

merged 1 commit into from
Feb 24, 2022

Conversation

robna
Copy link
Contributor

@robna robna commented Feb 20, 2022

I assume the addition in the exponential regression is a mistake and instead should be calculated as y = a * e^(b * x), which is also what can be found on the respective vega lite doc page: https://vega.github.io/vega-lite/docs/regression.html where it appears that the same correction was comitted due to a PR by @jakevdp 44123d888fff30c9d975b16f219d63c94e20ede2
Similarly, also in some of the other equations there were some typos to be fixed.

I assume the addition in the exponential regression is a mistake and instead should be calculated as y = a * e^(b * x), which is also what can be found on the respective vega lite doc page: https://vega.github.io/vega-lite/docs/regression.html
Also in some of the other equations there were some typos.
@jakevdp jakevdp merged commit 4c7dcd7 into vega:master Feb 24, 2022
@jakevdp
Copy link
Collaborator

jakevdp commented Feb 24, 2022

Thanks!

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