Simple non-linear combination of two features
Often my research involves simple ewma on data and the zscoring in the cross section. Sometimes I want to see if sharpe can improve when I account for this other feature. I can do a double sort, but that ends up being more discrete and can reduce square root of N.
Are there any simple continuous ways to non-linearity combine two features, similar to a double sort but not as discrete? So pretty much if double sort and zscoring had a baby.