|
Syntax
NONE,
Description
displays no regression curve.
Syntax
LINEAR,
Description
displays a linear regression curve.
The values of the series are approximated using the model
y = A · x + B .
Syntax
LOGARITHM,
Description
displays a linear logarithmic regression curve.
The values of the series are approximated using the model
y = A ·log( x ) + B .
Syntax
EXPONENTIAL,
Description
displays an exponential regression curve.
The values of the series are approximated using the model
y = A ·e B · x .
[ DEPRECATED ]
Syntax
POLYNOMIAL,
Description
displays a polynomial regression curve.
Syntax
POWER,
Description
displays a regression curve using a power function.
The values of the series are approximated using the model
y = A· x B .
|