mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
- JERK measures the rate of change of acceleration—called "jerk" in physics.
|
||||
- No configurable parameters; computation is stateless per bar.
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `4` bars of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
JERK measures the rate of change of acceleration—called "jerk" in physics. As the third derivative, it detects changes in momentum dynamics before they appear in acceleration, velocity, or price. A positive jerk means acceleration is increasing; negative means acceleration is decreasing. This O(1) streaming implementation uses dual FMA optimization and SIMD batch processing for four-point calculations.
|
||||
@@ -211,4 +209,4 @@ JERK is a fundamental operation. Validation confirms exact match with manual cal
|
||||
|
||||
- Newton, Isaac. (1687). "Philosophiæ Naturalis Principia Mathematica."
|
||||
- Numerical Methods: Finite Difference Approximations.
|
||||
- Eager, David et al. (2016). "Beyond velocity and acceleration: jerk, snap and higher derivatives." European Journal of Physics.
|
||||
- Eager, David et al. (2016). "Beyond velocity and acceleration: jerk, snap and higher derivatives." European Journal of Physics.
|
||||
Reference in New Issue
Block a user