mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
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:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user