You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: