Learn R Programming

⚠️There's a newer version (2.1.1) of this package.Take me there.

mixture (version 2.0.6)

Mixture Models for Clustering and Classification

Description

An implementation of 14 parsimonious mixture models for model-based clustering or model-based classification. Gaussian, Student's t, generalized hyperbolic, variance-gamma or skew-t mixtures are available. All approaches work with missing data. Celeux and Govaert (1995) , Browne and McNicholas (2014) , Browne and McNicholas (2015) .

Copy Link

Version

Install

install.packages('mixture')

Monthly Downloads

1,039

Version

2.0.6

License

GPL (>= 2)

Maintainer

Paul McNicholas

Last Published

September 26th, 2023

Functions in mixture (2.0.6)

pcm

Parsimonious Clustering Models
sx2

Skewed Simulated Data 1
tpcm

Student T Parsimonious Clustering Models
main_loop_vg

VGPCM Internal C++ Call
x2

Simulated Data
z_ig_kmeans

K-means Initialization
stpcm

Skew-t Parsimonious Clustering Models
z_ig_random_soft

Random Soft Initialization
z_ig_random_hard

Random Hard Initialization
mixture

Mixture Models for Clustering and Classification
sx3

Skewed Simulated Data 2
vgpcm

Variance Gamma Parsimonious Clustering Models
get_best_model

Best Model Extractor
ARI

Adjusted Rand Index
main_loop

GPCM Internal C++ Call
ghpcm

Generalized Hyperbolic Parsimonious Clustering Models
main_loop_gh

GHPCM Internal C++ Call
main_loop_st

STPCM Internal C++ Call
gpcm

Gaussian Parsimonious Clustering Models
MAP

Maximum a posterori
e_step

Expectation Step
main_loop_t

TPCM Internal C++ Call