AUC_WD_metric {betaclust} | R Documentation |
AUC and WD function
Description
Function to find the level of similarities between the R
cumulative distributions estimated in each of the K
clusters.
Usage
AUC_WD_metric(alpha, delta, K, R)
Arguments
alpha |
The first shape parameter estimated for the beta mixture model. |
delta |
The second shape parameter estimated for the beta mixture model. |
K |
The number of clusters estimated. |
R |
The number of sample types in the dataset. |
Details
Function to find the level of similarities between the R
cumulative distributions estimated in each of the K
clusters.
Value
The list with AUC and WD values.
See Also
[Package betaclust version 1.0.3 Index]