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