You can fit a trend line of the form y = (c * LN(x)) - b
to a set of (x,y) points by keeping track of
count
array_sum($y);
$LN=array_map("log",$x);
array_sum($LN);
array_sum(array_map("multi
array_sum(array_map("multi
array_sum(array_map("multi
function multiply($n, $m)
{
return($n * $m);
}
see
http://mathworld.wolfram.c
Main Topics
Browse All Topics





by: virmaiorPosted on 2007-02-20 at 12:30:59ID: 18573676
if you could tell me what the functions INDEX and LINEST do then it might be easier to answer your question. As those are rather ambiguous from a linguistic perspective and I have not dabbled in Excel for a while.