<div dir="ltr">Added, thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-12-03 0:16 GMT+01:00 Jon Cooper <span dir="ltr"><<a href="mailto:jbcooper@fastmail.net" target="_blank">jbcooper@fastmail.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-family:Arial;font-size:medium" dir="ltr"><div>Dear all</div>

<div> </div>

<div>I have been checking the description of the Trend function which is in statistical.xml. To make it clear to the user how to use this function, may I suggest the following changes to statistical.xml</div>

<div> </div>

<div>Replace the line:</div>

<div> </div>

<div><Text>The TREND() function calculates a sequence of values based on a linear regression of known value pairs.</Text></div>

<div> </div>

<div> </div>

<div>with:</div>

<div> </div>

<div><Text>The TREND() function calculates a sequence of Y-values based on a linear regression of known X- and Y-value pairs. For the input parameters, the user must firstly select a cell-range containing the Y-values, followed by the cell-range of the corresponding X-values. </Text><Text>The line of best fit may be extrapolated to a different X-range, which is specified as the 3rd parameter. However, the input X-range should be given again if no extrapolation is required. </Text><Text>The regression line can be forced to intersect the origin (X=0, Y=0) by setting the 4th parameter, allowOffset, to FALSE or 0. Setting this parameter to TRUE or 1 (the default) allows the best-fit line to intersect the vertical axis at a non-zero value of Y. </Text><Text>Note that since the result of this function is a row of calculated Y-values, plotting the data will be facilitated if the X- and Y- values are also in rows, rather than columns.</Text></div>

<div> </div>

<div> </div>

<div>And (because I find this very confusing) may I suggest replacing the line:</div>

<div> </div>

<div><Syntax>TREND(knownY[;knownX[;newX[;allowOffset = TRUE]]])</Syntax></div>

<div> </div>

<div> </div>

<div> </div>

<div>with: </div>

<div> </div>

<div><Syntax>TREND(known Y-range; known X-range; new X-range; allowOffset=TRUE/FALSE)</Syntax></div>

<div> </div>

<div> </div>

<div>If you make those changes, it looks like the attached screenshot and I think it will help the user to avoid crashing the program!!</div>

<div> </div>

<div>--</div>

<div>Jon Cooper</div>

<div><a href="mailto:jbcooper@fastmail.net" target="_blank">jbcooper@fastmail.net</a></div>

<div>
<div>
<div> </div>
</div>
</div>
</div></div>
</blockquote></div><br></div>