Function written in C++ for generating a set of randomly chosen
probabilities for the Assignment Error Matrix.
get_random_start_values_p(n_categories)Returns a matrix for Assignment Error Matrix (AEM) with randomly generated probabilities. The generated probabilities are in line with the assumption of weak superiority.
Integer for the number of categories in the data. Must be at least 2.