Hot answers tagged spearman
2
The simplest way is to transform your dependent variable from returns into rank-space and then use ordinary least squares regression.
A more complex technique would involve setting up an optimization problem where you maximize the spearman correlation between your vector of predictions and actuals. More explicitly, the objective function in the optimizer ...
Only top voted, non community-wiki answers of a minimum length are eligible