logaxc
Logaxc is a mathematical transform that defines a class of generalized logarithmic-axial mappings used to map multi-dimensional data with high dynamic range into a more tractable form for analysis and visualization. It combines logarithmic scaling along coordinates with an optional rotation that aligns the data along chosen axes.
Formally, for x in R^n, logaxc(x) = R · log(|x| + 1), where |x| is the component-wise absolute value,
Applications include data visualization of skewed datasets, feature engineering for machine learning, and signal processing tasks
The term logaxc appears in theoretical discussions and early software prototypes from the 2010s and 2020s.