powered by
In a Kernel mixture model, sssumptions on the proportions and standard deviations give rise to 4 models:
Proportions can be equal or free.
Standard deviations are equal or free for all clusters.
kmmNames(prop = "all", sdBetweenCluster = "all")kmmValidModelNames(names)kmmValidKernelNames(names)
kmmValidModelNames(names)
kmmValidKernelNames(names)
A vector of character with the model names.
TRUE if the names in the vector names are valid, FALSE otherwise.
A character string equal to "equal", "free" or "all". Default is "all".
a vector of character with the names to check
The model names are summarized in the following array:
kmmNames() ## same as c("kmm_p_sk") kmmNames( prop = "equal", sdBetweenCluster= "free")
Run the code above in your browser using DataLab