From wikipedia:
https://en.wikipedia.org/wiki/Multiple_correlation
In statistics, the coefficient of multiple correlation is a measure of how well a given variable can be predicted using a linear function of a set of other variables.
Is there a modification (standard names and methodology, python software) of multiple correlation where linear function is replaced with conic function? I.e., a linear function allows negative coefficients and conic function does not.
One possibility I could think of is to use mathematical programming to resolve this......