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

Indices of polynomial regression components are wrong in interactive examples #87

Open
Wookai opened this issue Apr 21, 2017 · 1 comment

Comments

@Wookai
Copy link

Wookai commented Apr 21, 2017

All the p and p bar symbols in the interactive visualization of the polynomial regression model have index 1, but the index should range from 1 to 6.

For example, the first interactive plots says:

-2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 = model

but I think it should be:

-2.00p_1 + -2.00p_2 + -2.00p_3 + -2.00p_4 + -2.00p_5 + -2.00p_6 = model

The other two interactive examples are the same (indices are wrong).

@diego898
Copy link

This also mentioned in #91

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

No branches or pull requests

2 participants