mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
feat: add ADF (Augmented Dickey-Fuller) indicator
- Core implementation with Cholesky OLS, MacKinnon p-value, AIC lag selection - Three regression models: NoConstant, Constant, ConstantAndTrend - NormCdf via Abramowitz & Stegun 7.1.26 erf approximation - Quantower adapter, Python bridge (NativeAOT export + ctypes + wrapper) - 69 tests (41 unit + 12 validation + 14 Quantower + 2 consistency) - Documentation with Schwert table, MacKinnon coefficients, PineScript ref - All 19,095 tests pass, zero warnings
This commit is contained in:
@@ -338,6 +338,7 @@
|
||||
|
||||
* [Statistics](/lib/statistics/_index.md)
|
||||
* [ACF - Autocorrelation Function](/lib/statistics/acf/Acf.md)
|
||||
* [ADF - Augmented Dickey-Fuller Test](/lib/statistics/adf/Adf.md)
|
||||
* [BETA - Beta Coefficient](/lib/statistics/beta/Beta.md)
|
||||
* [CMA - Cumulative MA](/lib/statistics/cma/Cma.md)
|
||||
* [COINTEGRATION - Cointegration](/lib/statistics/cointegration/Cointegration.md)
|
||||
|
||||
Reference in New Issue
Block a user