e.divisive(X, sig_lvl=.05, R=199, k=NULL, min_size=30, alpha=1)James NA, Matteson DS (2013). ecp: An R Package for Nonparametric Multiple Change Point Analysis of Multivariate Data.
Rizzo ML, Szekely GL (2005). Hierarchical clustering via joint between-within distances: Extending ward's minimum variance method. Journal of Classification. pp. 151 - 183.
Rizzo ML, Szekely GL (2010). Disco analysis: A nonparametric extension of analysis of variance. The Annals of Applied Statistics. pp. 1034 - 1055.
e.aggloset.seed(100)
x = matrix(c(rnorm(100),rnorm(100,3),rnorm(100,0,2)))
y = e.divisive(x)
y$list
# 1 101 201 301
y$cluster_number
# 3Run the code above in your browser using DataLab