
The working (input or target) sequence can be normalized prior to further analysis. Let
be the original sequence with mean
and standard deviation
, and let
be the normalized sequence. The normalizations are defined as follows:
Standard is the standard normalization
![\[ r_{i} = (q_{i} - \mu _{q}) / \sigma _{q} \]](images/etsug_similarity0044.png)
Absolute is the absolute normalization
![\[ r_{i} = (q_{i} - {min}({q}_{i})) / ({max}({q}_{i}) - {min}({q}_{i})) \]](images/etsug_similarity0045.png)
User-defined is a user-defined normalization created by the FCMP procedure.