known_y's,known_x's,const,stats!Returns statistics that describe an exponential curve matching known data points!is the set ...

!known_y's,known_x's,const,stats!!Returns statistics that describe an exponential curve matching known data points!is the set of y-values you already know in the relationship y = b*m^x!is an optional set of x-values that you may already know in the relationship y = b*m^x!is a logical value: the constant b is calculated normally if Const = TRUE or omitted; b is set equal to 1 if Const = FALSE!is a logical value: return additional regression statistics = TRUE; return m-coefficients and the constant b = FALSE or omitted!