Hi! I have to regress Laguerre polynomials, which have the following structure: L0=exp(-0.5*X); L1=exp(-0.5*X)*(1-X); L2=exp(-0.5*X)*(1-2*X+0.5*sqr(X)); LTot=aL0+bL1+cL2 where X is an MxN matrix Can you help me please?
MATLAB: How to regress Laguerre polynomials
regression laguerre polynomials
Best Answer