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

Scaling of a set of values that are almost, but not quite the same #200

Open
optseb opened this issue Jun 14, 2024 · 0 comments
Open

Scaling of a set of values that are almost, but not quite the same #200

optseb opened this issue Jun 14, 2024 · 0 comments

Comments

@optseb
Copy link
Contributor

optseb commented Jun 14, 2024

Imagine 3 double precision scalars, one of which is greater than the other 2 by std::numeric_limits::epsilon(); The output of this when auto scaled by morph::Scale would be { 0, 0, 1 }. Does it make sense to consider all of these more or less then same (perhaps by computing the variance)? Would the desired output be { 1, 1, 1 }?

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