mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [ztest.pine](ztest.pine) |
|
||||
|
||||
- ZTEST computes the **one-sample t-statistic**, measuring how many standard errors the rolling sample mean deviates from a hypothesized population m...
|
||||
- Parameterized by `period` (default 30), `mu0` (default 0.0).
|
||||
- Output range: Unbounded.
|
||||
- Requires `period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [JB](../jb/Jb.md), [Zscore](../zscore/Zscore.md) | **Trading note:** Z-test; tests if sample mean differs from population mean. Used to validate trading edge significance.
|
||||
- Validated against manual computation, PineScript parity, and testable statistical properties.
|
||||
|
||||
## Introduction
|
||||
@@ -140,4 +138,4 @@ No external TA libraries implement a one-sample t-test indicator. Validation is
|
||||
|
||||
- Student (W.S. Gosset), "The Probable Error of a Mean," *Biometrika*, 6(1), 1908, pp. 1-25
|
||||
- Fisher, R.A., *Statistical Methods for Research Workers*, Oliver and Boyd, 1925
|
||||
- PineScript reference: `ztest.pine` in this directory
|
||||
- PineScript reference: `ztest.pine` in this directory
|
||||
Reference in New Issue
Block a user