Skip to main content

Regression logarithm

Computes the logarithm function that best fits the given data.

Syntax

regression_logarithm(Paired_data)
regression_logarithm(Statistics_data, Statistics_data)

Description

Given a paired data X={(xi,yi)}i=1...n, finds a logarithm function of the form y=cln(x)+b that best fits it.

statistics.regression_logarithm1.calc.png
statistics.regression_logarithm1.plotter0.calc.png

Given two sample data X={x1,...,xn} and Y={y1,...,yn}, finds a logarithm function of the form y=cln(x)+by=c \ln (x) + b that best fits it.

statistics.regression_logarithm2.calc.png
statistics.regression_logarithm2.plotter0.calc.png