Time Series SVD Analysis Experimental

Singular Value Decomposition for Time Series Mode Extraction by Claudio Iturra

SVD Mathematical Framework
Hankel Matrix Construction:
H = [x(t), x(t+1), ..., x(t+m-1)]
where m is the embedding window size
Singular Value Decomposition:
H = U Σ VT
Mode Extraction:
Mode k: xk(t) = σk · uk(t) · vk(t)
where σk is the k-th singular value
Frequency Analysis:
Frequency (cycles/day) = fHz × 24 / Δthours