xel_arjona

Weighted Harrell-Davis Quantile Estimator with AbsoluteDeviation

xel_arjona 已更新   

QUANTILE ESTIMATORS
Weighted Harrell-Davis Quantile Estimator with Absolute Deviation Fences.


DISCLAIMER:

The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets.

The following indicator was made for NON LUCRATIVE ACTIVITIES and must remain as is, following TradingView's regulations. Use of indicator and their code are published for work and knowledge sharing. All access granted over it, their use, copy or re-use should mention authorship(s) and origin(s).


WARNING NOTICE!

THE INCLUDED FUNCTION MUST BE CONSIDERED FOR TESTING. The models included in the indicator have been taken from open sources on the web and some of them has been modified by the author, problems could occur at diverse data sceneries, compiler version, or any other externality.


Purpose:

Weighted Quantiles or <<Percentile Ranking>> are quite difficult to find on must systems, also it's non-weighted approach are rarely used to estimate the location parameter of price distribution WICH IS NOT NORMAL, all this in favour of it's non-robust counterpart, the Arithmetic rolling Mean or <<Moving Average>> and it's weighted variants like the WMA, VWAP, etc.

Also, a big drawback from this is that must statistics derived from Normal-Distribution parameter location (the Mean) definitely will not fit for an efficient, nor robust estimation for price distributions, so their moments like the standard deviation, kurtosis, skewness, etc. will not be the better tools to build derived algorithms or technical indicators among price/volume.

In an effort searching better statistical tools for price distributions, I found the excellent work of Andrey Akinshin that took me to port some of their Math research contributions for the compute benchmarking field, and bring it here at the TradingView ecosystem to take a shot at the price distribution crazy fields. For a better detail of what the weighted Harrell-Davis Quantile Estimator can do, who better than drink directly from the source at References:


References:



Licensing:

This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International Copyright (c) 2021 (CC BY-NC-SA 4.0)


Copyright's & Mentions:

版本注释:
  • Replaced full betaCDF Harrell-Davis QE algorithm 'function_wHDquantile()' with a custom-trimmed betaCDF version 'function_twHDquantile()' for faster calculation and more robust capacity without loosing it's efficiency..
  • Added betaPDF functions as needed dependencies for replaced 'function_twHDquantile()' function.
  • Replaced full betaCDF Harrell-Davis Quantile Absolute Deviation with the custom-trimmed version 'function_twHDquantileAbsDev()' for consistency with new trimmed HD Quantile Estimator, assertions added for correct (volume) weights in deviation algorithm calculations, speed optimization added making use of TradingView's internal array.median() function when sampleWeights declared to ones (not or equal weighting).
  • Code clean-ups, comment's, tooltips, and styling corrections.
版本注释:
  • For the function_twHDquantile(), the effective sample size from the sum of all weights normalized by the maximum weight has been replaced with the Kish method, as It was changed at source code from where this port was sourced and referenced on the author's blog entry: -Using Kish's effective sample size with weighted quantiles-.
  • Functions, procedures and methods was organized in a much better hierarchy approach.
  • Script code was cleaned for better visualization and understanding.
  • More typo fixes. XD

开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?