-
Notifications
You must be signed in to change notification settings - Fork 1
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
three more simplex transforms to evaluate #59
Comments
The weighted ilr transform was originally defined here : https://www.ajs.or.at/index.php/ajs/article/view/vol45-4-2 |
So here's my initial impression of the "L2 projection" method. They call it sparsemax. It's a projection from The only way we could get this to work for HMC would be with an augmented version of the transform. But I'm not certain this is sensible, since with augmentation we are effectively using the map In summary, this transform can't be used for HMC "as-is", and I'm not certain whether even an augmented form is applicable to HMC, since it involves the dimensionality of subsets discretely varying wrt unconstrained parameters. |
The goal of the weighted ILR transform is to transform genomic data in a phylogenetically-sensitive way so that it may be fed into standard statistical tools. I don't want to transform data toward standard parametric models---I want to transform simple parameterizations toward data with models of the observation and noise process. The weighted ILR transform is a generalized reweighting (p. 12), that in our notation derives a simplex where |
went through the pivot one, it's basically these tuning things with some theoretical justifications that ends up being - scaling log ratios for the orthonormal basis aitchison defines. it is also a special case of ILR - the idea behind pivot coordinates being - you want to capture the relative information about p out of n parts in p parts themselves. there's a more recent paper on the same as well - https://link.springer.com/article/10.1007/s11004-020-09862-5 and the idea of pivot coordinates has been there for a bit I think it's already existing in the compositions package in R. Will update with some notes soon. |
Suggestions from @mortonjt on three more transforms to consider with notes on who volunteered to look at them:
weighted ilr (Bob): https://elifesciences.org/articles/21887
pivot coordinates (Meenal): https://www.researchgate.net/publication/316057918_Weighted_Pivot_Coordinates_for_Compositional_Data_and_Their_Application_to_Geochemical_Mappin
g
L2 projection (Seth): https://arxiv.org/abs/1602.02068
The text was updated successfully, but these errors were encountered: