Regression line Computes the line that best fits the given data. Syntax regression_line(Paired_data) regression_line(Statistics_data, Statistics_data) Description regression_line(Paired_data) Given a paired data , finds a line of the form that best fits it. regression_line(Statistics_data, Statistics_data) Given two sample data and , finds a line of the form that best fits it. Related functions Regression exponential, Regression logarithm, Regression power Table of Contents Syntax Description Related functions