Structsยง
Constantsยง
- HALVING_
DIVISOR ๐ - MIN_
POINTS_ ๐FOR_ PAIR_ STATS - SQUARE_
EXP ๐
Functionsยง
- correlation
- Compute Pearson correlation coefficient.
- covariance
- Compute sample covariance between two slices.
- ema
- Exponential moving average with smoothing factor alpha (0-1).
- ema_
span - EMA with span-based smoothing: alpha = 2 / (span + 1).
- linear_
regression - Compute simple linear regression using least squares.
- sma
- Simple moving average with window size.