Learn R Programming

circlus (version 0.0.2)

FLXMCspcauchy: Spherical Cauchy Driver for FlexMix

Description

This model driver for flexmix implements model-based clustering of spherical Cauchy distributions.

Usage

FLXMCspcauchy(formula = . ~ .)

Value

Returns an object of class FLXMC.

Arguments

formula

A formula.

Examples

Run this code
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