atpoulsen / Microstate-EEGlab-toolbox

Microstate EEGlab toolbox
45 stars 19 forks source link

A question about the computation of noise variance in modified k-means algorithm #6

Open kekehia123 opened 2 years ago

kekehia123 commented 2 years ago

In Pascual-Marqui et al. (1995)'s paper, the noise variance is calculated as follows: image in which "The orthogonal squared distance between each measurement vector and each microstate is computed" as image I'm wondering why the distance is defined like this. It seems the second term with a square does not match the first term. It seems that an absolute operation is proper? Does anyone have some explanations? Thanks a lot!