Skip to main content

Regression power

Computes the power function that best fits the given data.

Syntax

regression_power(Paired_data)
regression_power(Statistics_data, Statistics_data)

Description

Given a paired data X={(xi,yi)}i=1...n, finds a power function of the form y=axb that best fits it.

statistics.regression_power1.calc.png
statistics.regression_power1.plotter0.calc.png

Given two sample data X={x1,...,xn} and Y={y1,...,yn}, finds a power function of the form y=axby=a x^b that best fits it.

statistics.regression_power2.calc.png
statistics.regression_power2.plotter0.calc.png