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

When calculate standard deviation forget to divide error.size() #34

Open
huhumeng opened this issue Nov 11, 2019 · 0 comments
Open

When calculate standard deviation forget to divide error.size() #34

huhumeng opened this issue Nov 11, 2019 · 0 comments

Comments

@huhumeng
Copy link

Hello, i find a bug in

return std::sqrt(var); // return standard deviation

which forget to divide the errors number to get a standard deviation. It may cause to large scale to weighted the residual, and cannot to suppress outliers.

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

1 participant