class MoreMath::Sequence
def linear_regression
Returns the LinearRegression object for the equation a * x + b which
def linear_regression @linear_regression ||= LinearRegression.new @elements end
def linear_regression @linear_regression ||= LinearRegression.new @elements end