Data De-standardization¶
New in version 0.1.
This function transforms series to the original score according to equation:
\(\textbf{x} = \textbf{x}_s \cdot b + a\)
where \(\textbf{x}\) is time series to de-standardize, \(a\) is offset to add and \(b\) desired scaling factor.
See also: Data Standardization