The Trend function question

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
wilcohsu
Newbie
Newbie
Posts: 40
Joined: Mon Dec 18, 2006 12:00 am

The Trend function question

Post by wilcohsu » Mon Jan 15, 2007 3:09 am

Is the best fit line equal to regression line at Normal TrendStyles?

Best Regard.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 15, 2007 9:55 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 15, 2007 11:11 am

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wilcohsu
Newbie
Newbie
Posts: 40
Joined: Mon Dec 18, 2006 12:00 am

Post by wilcohsu » Tue Jan 16, 2007 3:09 am

Hi Narcís,

Can you give me fit line of equation or refernece document?


Best Regards!!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jan 16, 2007 9:09 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply