PINE LIBRARY
Telah dikemas kini

AnalysisInterpolationLoess

3 779
Library "AnalysisInterpolationLoess"
LOESS, local weighted Smoothing function.

loess(sample_x, sample_y, point_span) LOESS, local weighted Smoothing function.
Parameters:
  • sample_x: int array, x values.
  • sample_y: float array, y values.
  • point_span: int, local point interval span.



aloess(sample_x, sample_y, point_span) aLOESS, adaptive local weighted Smoothing function.
Parameters:
  • sample_x: int array, x values.
  • sample_y: float array, y values.
  • point_span: int, local point interval span.

Nota Keluaran
v2
cleaned the code a bit,
corrected a overflow issue (thank you kaigouthro for noticing it),
added a moving average function using the algorithm.
Nota Keluaran
v3 added a new function for source series, this modification was created by kaigouthro

Penafian

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.