I'm using Mclust to perform a Latent Profile Analysis. I want to observe the entropy values for different cluster solutions. I have used the mclust addons function EntropyGMM, but I find values above 1, which I also see in the paper about entropy in mixture modeling from the authors of mclust (https://doi.org/10.1016/j.csda.2022.107582). However, as I understand it from other papers that used entropy to evaluate cluster solutions, entropy should be between 0 and 1.
Why are entropy values in mclust not ranged between 0 and 1? How should I interpret these higher values and/or should I transform these values in some way to find values between 0 and 1?
mclust, latent profile analysis or R but this question does seem to hinge on relative entropy being needed not entropy. The difference is just a division, but make sure the base of logarithms is the same in each calculation. – Nick Cox Oct 06 '23 at 09:24