y1: Data matrix of cluster 1. Rows correspond to observations. Columns correspond to variables.
y2: Data matrix of cluster 2. Rows correspond to observations. Columns correspond to variables.
alpha: Tuning parameter reflecting the percentage in the two tails of a projected cluster that might be outlying. We set alpha=0.05 like we set the significance level in hypothesis testing as 0.05.
eps: Convergence threshold. A small positive number to check if a quantitiy q
is equal to zero. If ∣q∣<eps, then we regard q is equal to zero. eps is used to check if an algorithm converges. The default value is 1.0e−10.
quiet: A flag to switch on/off the outputs of intermediate results and/or possible warning messages. The default value is TRUE.
Returns
The value of the separation index defined in Qiu and Joe (2006).
References
Qiu, W.-L. and Joe, H. (2006) Separation Index and Partial Membership for Clustering. Computational Statistics and Data Analysis, 50 , 585--603.