compute_average_overlap | R Documentation |
Internally, it is the function MixSim::overlap which is used to generate an approximate pairwise probability to wrongfully assign one component to another. Unfortunately, this function does not the global overlap that we approximate there by averaging pairwise overlaps + compute the overlap between two components accounting for their respective proportions in the mixture
compute_average_overlap(true_theta, k = length(true_theta$p))
true_theta |
the parameters of the GMM |
k |
the number of components |
the average overlap
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.