The steps of standard Multivariate Multiscale Sample Entropy are given below, for a multi-variate data set of length N and number of channel P. The manually selected parameters are the embedding dimension , tolerance r, time delay , and scale factor :
Normalize the original multi-variate data sets by subtracting the mean and dividing by the standard deviation.
Perform Coarse Graining Process to obtain the scaled multi-channel time series , according to .
Form the Composite Delay Vectors (CDV) according to M and L in the form
Compute the similarity for all pairwise CDVs, , based on the Chebyshev distance as .
Calculate the number of matching patterns, defined as similar pairs that satisfy the criterion .
Compute the local probability, , and global probability, , of as .
Repeat Steps 3–6 with an increased embedding dimension, +1, and obtain the updated global probability as . Recall that there are P ways to increase the embedding dimension and the modified global probability, , is the averaged result.
Multivariate Multiscale Sample Entropy is defined as .
|