Logarithmic Trendline doesnt work !

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Logarithmic Trendline doesnt work !

Post by glikoz » Mon Apr 09, 2007 7:17 am

Do i miss the point of issue ?
I try to make logarithmic trendline example .
If you try to feature demo ,
go Welcome !\Functions\Extended\Trendline tab
select logarithmic from combobox ,
The trendline is drawn over the x axis , (It seems its values are "zero")
So is there any patch ?
Thx for advice ..

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 Apr 10, 2007 2:22 pm

Hi glikoz,

It works fine for me here using latest version available at the client area, which was posted last Friday. Which TeeChart version are you using?

Here the line is near zero but is not a constant line, it has a light slope.
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

glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Easily recognizable problem ..

Post by glikoz » Wed Apr 11, 2007 12:00 pm

We have January 2007 release of TeeChart,
Already April Release does not include update about Logarithmic Trendline.
In Feature Demo Program you could easily recognize that Logarithmic Trendline produce only two points . Some times it has got tiny slope some times never (all points on zero base)..

Also we test Logarithmic TrendLine in Excel ..
It has got 27 points for 27 values..
But in Teechart , it has got only 2 points for 27 values ..

Please Check Again ,
you could see problem ..
We are waiting urgent response.Thx again.
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 » Wed Apr 11, 2007 1:19 pm

Hi glikoz,

We are investigating the issue. The first problem we can see is that with logarithmic trendline all x and y values need to be positive.

We will get back to you when we have more information.

Thanks for your patience.
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 » Wed Apr 11, 2007 1:33 pm

Hi glikoz,

As a follow up to this issue, this function type is not supported, but he can do it by :
a) linearizing fit equation.
b) using polynomial fitting on linearized equation
c) at the end, transform results back to original space.

For example, if you want to fit y=Exp(a*x), you say Exp(a*x) = X , calculate new Xs and then do normal line fit on: y = X.
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