method

fit_exponential

v1_9_3_125 - Show latest stable - Class: MiniTest::Unit::TestCase
fit_exponential(xs, ys)
public

To fit a functional form: y = ae^(bx).

Takes x and y values and returns [a, b, r^2].

See: http://mathworld.wolfram.com/LeastSquaresFittingExponential.html