TSSCALE - Time Series Scaling

Returns an array of cells for the scaled time series.

Syntax

TSSCALE(X, k)
X
is the univariate time series data (a one dimensional array of cells (e.g. rows or columns)).
k
is the scalar/multiplier value.

Remarks

  1. The time series is homogeneous or equally spaced.
  2. The scale operator is described as:
    $$ \left[z_t\right] =\left[x_t\right] \times \alpha $$
    Where:
    • $\left[z_t\right]$ is the scaled time series.
    • $\left[x_t\right]$ is the first time series.
    • $\alpha$ is a constant value.
  3. The returned array has the same size and time order as the first input time series.

 

Files Examples

References

Comments

Article is closed for comments.

Was this article helpful?
0 out of 0 found this helpful