hello,
I have seen a different ways of dealing with label switching issue for mixture models - mainly constraining the mixture component variables to be ordered.
pm.Potential() and pm.transforms.ordered have both been used to make the components ordered. Which one is preferred? How do these differ? When would you use one over the other?
Many thanks