In the MAT7381 course (graduate course on regression models), we will talk about optimization, and a classical tool is the so-called conjugate. Given a function its conjugate is function such that so, long story short, is the maximum gap between the linear function and . Just to visualize, consider a simple parabolic function (in dimension 1) , then is the maximum gap between the line and function . x = seq(-100,100,length=6001) f = function(x) x^22 vf = Vectorize(f)(x) fstar = function(y) max(y*x-vf) vfstar = … <a href=“https://freakonometrics.hypotheses.org/58979"