method

fit_logarithmic

fit_logarithmic(xs, ys)
public

To fit a functional form: y = a + b*ln(x).

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

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