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