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