TradingView
RicardoSantos
2021年3月29日下午12點45分

KDE-Gaussian 

Bitcoin / U.S. dollarBitstamp

描述

"In statistics, kernel density estimation (KDE) is a non-parametric way to estimate the probability density function of a random variable."
from wikipedia.com

發布通知

fixed a issue when using float type observations.
added a draw function to draw the KDE graph(you need to see all the bar history to see it, doesnt work for float observations)

發布通知

removed some redundant parameters, added bandwidth, nstep parameters, the graph looks stepd due to x axis havin interdigit floating numbers so it rounds to nearest causing that effect.

發布通知

improved the kde draw function
評論
RicardoSantos
kakola
This is interesting, I'm having fun with it.
We're always going to lose some precision when plotting due to the discrete bar_index values, though scaling the data works.
Now programatically finding local max/mins is the next step!
Thanks again Mr Santos. You work hard and get good results.
Juhi2709
@kakola, can you explain, how to read it ?
kakola
@Juhi2709, It's not an indicator. Just a statistical tool. And a useful one too.
ChrisMoody
Keep em coming Legend.
kakola
Clever man. Is the bandwidth customizable?
RicardoSantos
@kakola, not at this stage
user1928374560XYZ
how can this be applied and used?
OutsourcE
@Uni_ve12se, Should be applied to volume
更多