To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112773
User regina changed the following:
What |Old value |New value
================================================================================
CC|'jbfaure' |'jbfaure,regina'
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Sat Sep 18 11:07:01
+0000 2010 -------
An "exponentiell trend" means that you want to use a model y = a * b^x. Using
your data the basis b would be exp(-2440). That is so near to zero, that it
underflows to zero using double precision.
The trend line calculation should not use a and b to calculate the y-values, but
use ln(a) and ln(b) and first calculate ln(y), same as it is done in
ScInterpreter::CalculateTrendGrowth().
As workaround you can calculate intermediate value pairs using GROWTH and add
them as additional data series to your chart.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]