Polynomial regression

 
Hi community!

I'm searching an mql5 function which process a polynomial regression.
ALGLIB seems only have polynomial interpolation (which is not the same thing).
I find an indicator i-Reg but it's not a function... I need a function to call in my EA.
Someone knows where this function could be found ?
Regards,
Erwann
 
Data Science and Machine Learning (Part 07): Polynomial Regression
Data Science and Machine Learning (Part 07): Polynomial Regression
  • www.mql5.com
Unlike linear regression, polynomial regression is a flexible model aimed to perform better at tasks the linear regression model could not handle, Let's find out how to make polynomial models in MQL5 and make something positive out of it.