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

Numerical stability #33

Closed
mortonjt opened this issue Apr 10, 2019 · 1 comment
Closed

Numerical stability #33

mortonjt opened this issue Apr 10, 2019 · 1 comment

Comments

@mortonjt
Copy link
Collaborator

Right now - to convert between clr and alr coordinates, the alr coordinates are first converted to proportions, which are then clr transformed.

This is known to be numerically instable (because proportions suck).
The work around is to make the corresponding alr coordinate zero, then mean center those quantities -- that will get your clr transformed coordinates.

@mortonjt mortonjt mentioned this issue Aug 14, 2019
5 tasks
@mortonjt
Copy link
Collaborator Author

This is now done.

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