powered by
This model driver for flexmix implements model-based clustering of spherical Cauchy distributions.
FLXMCspcauchy(formula = . ~ .)
Returns an object of class FLXMC.
FLXMC
A formula.
mix <- rbind(rpkb(30, 0.95, c(1, 0, 0)), rpkb(30, 0.9, c(-1, 0, 0))) m1 <- flexmix::flexmix(mix ~ 1, k = 2, model = FLXMCspcauchy())
Run the code above in your browser using DataLab