Is the best fit line equal to regression line at Normal TrendStyles?
Best Regard.
The Trend function question
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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!
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!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |