Pilihan editor
OPEN-SOURCE SCRIPT
Diupdate

Function Polynomial Regression

42 669
Description:
A function that returns a polynomial regression and deviation information for a data set.

Inputs:
_X: Array containing x data points.
_Y: Array containing y data points.

Outputs:
_predictions: Array with adjusted _Y values.
_max_dev: Max deviation from the mean.
_min_dev: Min deviation from the mean.
_stdev/_sizeX: Average deviation from the mean.

Resources:
en.wikipedia.org/wiki/Polynomial_regression
rosettacode.org/wiki/Polynomial_regression
Catatan Rilis
optional colors as input
Catatan Rilis
added optional degree and use of external library.

Pernyataan Penyangkalan

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.