Hello,
I noticed that when I compare get_fit() generated prob_min and prob_max to the average probabilities calculated for most likely class membership using data from get_data() they do not agree
any idea why that would be so?
(checked also n_min and n_max values from both sources, which are in agreement )
PS
to obtain prob_min and prob_max from get_data() result I calculated mean CPROB1 for Class 1 and so on for other classes
to obtain n_min and n_max I calculated number of Class 1 members and divided by total sample N and so on for other classes