Function Description ******************** Name: LINE Function: f(x) = a*x + b Parameters: a b Notes ***** Standard linear regression to straight line, slope a and intercept b This function converges with almost any starting parameters. C-code for the function *********************** answer = a*x + b;