BOS-package: Model-Based Clustering of Multivariate Ordinal Data

Description Details Author(s) References Examples

Description

We design the first univariate probability distribution for ordinal data which strictly respects the ordinal nature of data. More precisely, it relies only on order comparisons between modalities. Contrariwise, most competitors either forget the order information or add a nonexistent distance information. The proposed distribution is obtained by modeling the data generating process which is assumed, from optimality arguments, to be a stochastic binary search algorithm in a sorted table. The resulting distribution is natively governed by two meaningful parameters (position and precision) and has very appealing properties: decrease around the mode, shape tuning from uniformity to a Dirac, identifiability. Moreover, it is easily estimated by an EM algorithm since the path in the stochastic binary search algorithm is missing. Using then the classical latent class assumption, the previous univariate ordinal model is straightforwardly extended to model-based clustering for multivariate ordinal data.

Details

Package: BOS
Type: Package
Version: 1.0
Date: 2016-02-07
License: GPL (>= 2)

The main function is clustMultiBOS.

Author(s)

Christophe Biernacki and Julien Jacques Maintainer: Julien Jacques <julien.jacques@univ-lyon2.fr>

References

C. Biernacki and J. Jacques (2014), Model-based clustering of multivariate ordinal data relying on a stochastic binary search algorithm, to appear in Statistics and Computing.

Examples

1
2
3
4
5
6
7
8
## Not run: 
  data(AERS)

  res <- clustMultiBOS(AERS,c(4,4,4,4),2)

  print(res$bic)

## End(Not run)

BOS documentation built on May 2, 2019, 5:49 p.m.