TradingView
RicardoSantos
7 Eyl 2020 10:55

Function Polynomial Regression 

US Nas 100OANDA

Açıklama

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

Sürüm Notları

optional colors as input

Sürüm Notları

added optional degree and use of external library.
Yorumlar
PineCoders
ImmortalFreedom
This is a stunningly beautiful masterpiece in Pine, I must admit. That is some elegant array() work there! I do believe this is exemplary for the necessity for even more line.new(). It's definitely a top honors choice, if we had a yearly spotlight of the year's greatest achievements from adept "mathemagicians" via the "Power of Pine".
racer8
@midtownsk8rguy, I couldn't agree more with you on that note. Great job RicardoSantos! You just made everyone's day. I bet most mathematicians would be proud of this work. This should be implemented into TV's charting tools!!
PineCoders
This publication is now featured in our Editors' Picks. In the name of all TradingView traders, thank you for your valuable contribution to the TradingView community, and congrats!
Deadca7
After testing this out this is 100 times more useful the stock linear regression. Holy this is game changing. Thank you again Ricardo, especially for keeping your scripts free for everyone to use. Truly a good man!
blackcat1402
This also triggers me thinking how to apply Polynomial regression for TA. Is that possible to make Polynomial regression "adaptive". I understand markets show volatile nature...
blackcat1402
Wow, this script shows how powerful PINE can be with the array function! Before I start the array application, let's learn these excellent cases first. This is what advanced PINE script programming can use: D
parisseine
An excellent implementation example of array, thanks. Does array support newly introduced variable length?
skirmantas
Great work ! Can you make it show values and change colors and width of lines, also add more lines, please ?
Daha Fazla