Implement ZTEST: One-Sample t-Test Statistic with validation tests

- Added Ztest class to compute the one-sample t-statistic using sample standard deviation with Bessel correction.
- Implemented validation tests for Ztest to ensure accuracy against manual calculations and PineScript.
- Updated documentation for Ztest, detailing its mathematical foundation, performance profile, and common pitfalls.
- Adjusted NDepend badges to reflect changes in code metrics after implementation.
- Updated missing indicators report to reflect the completion of statistical indicators, including ZTEST.
This commit is contained in:
Miha Kralj
2026-02-16 16:54:36 -08:00
parent 09ffd31a40
commit b3a64f18fa
73 changed files with 13041 additions and 88 deletions
+2 -2
View File
@@ -8,7 +8,6 @@
"map",
"scan_list",
"symbol",
"source",
"metrics",
"hierarchy",
"deps",
@@ -22,7 +21,8 @@
"explore",
"__unlock_csharp_analysis__",
"understand",
"diag"
"diag",
"source"
],
"disabled": false
}