
The working input sequence can be scaled to the working target sequence. Sequence scaling is applied after normalization.
Let
be the working target sequence with mean
and standard deviation
. Let
be the working input sequence and let
be the scaled sequence. The scaling is defined as follows:
Standard is the standard normalization
![\[ q_{i} = (x_{i} - \mu _{y}) / \sigma _{y} \]](images/etsug_similarity0048.png)
Absolute is the absolute scaling
![\[ q_{i} = (x_{i} - {min}({y}_{j})) / ({max}({y}_{j}) - {min}({y}_{j})) \]](images/etsug_similarity0049.png)
User-defined is a user-defined scaling created by the FCMP procedure.