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