Scaling Time Series Using the Inverse Hyperbolic Sine
This one’s new to me: The Chronos-2 tokenization pipeline follows up an initial standardization of input time series with a variance stabilizing transformation in the inverse hyperbolic sine function, \(\sinh^{-1}\), as described in the model’s technical report.
The inverse hyperbolic sine function is defined as:
\[ \sinh^{-1}(x) = \ln(x + \sqrt{x^2+1}). \]
As such it is an alternative to the \(\ln(x+1)\) transform with the added benefit of being applicable to negative values.
While news to me, the technical report points out that the inverse hyperbolic sine is no news to the electricity price forecasting literature, citing “Efficient Forecasting of Electricity Spot Prices with Expert and LASSO Models” by Bartosz Uniejewski and Rafał Weron, which describes the inverse hyperbolic sine and other variance stabilizing transformations in more detail.