Page 1 of 1
The Trend function question
Posted: Mon Jan 15, 2007 3:09 am
by 9643419
Is the best fit line equal to regression line at Normal TrendStyles?
Best Regard.
Posted: Mon Jan 15, 2007 9:55 am
by narcis
Hi wilcohsu,
Sorry but I don't understand what do you exactly mean with regression line, could you please give us more information about that?
Thanks in advance.
Posted: Mon Jan 15, 2007 11:11 am
by narcis
Hi wilcohsu,
A colleague pointed me out that the algorithm used to solve system of equations is Gauss elimination which is not the general linear squares solving algorithm. Still, the best fit is defined as minimal value of the residual sum of squares.
Hope this helps!
Posted: Tue Jan 16, 2007 3:09 am
by 9643419
Hi NarcĂs,
Can you give me fit line of equation or refernece document?
Best Regards!!
Posted: Tue Jan 16, 2007 9:09 am
by narcis
Hi wilcohsu,
We use standard Gaussian elimitation method to calculate coefficients of scaled values. If you are a source code client you can look at Polynoms.cs were all routines are implemented.