Expand description
Fractional differentiation (Prado) — stationary features with memory preservation.
Source: Marcos López de Prado, Advances in Financial Machine Learning (2018), Ch. 5. Weights (w_k) for order (d): (w_0=1), (w_k = -w_{k-1}\frac{d-k+1}{k}), truncated when (|w_k| < \text{threshold}).
Structs§
- Frac
Diff - Fixed-window fractional differencing on a scalar series.
Constants§
Functions§
- frac_
diff_ weights - Compute truncated binomial weights for fractional order
d.