expectedNumberOfClusters {DPP} | R Documentation |
Calculate the expected number of clusters from the number of individuals and a concentration parameter
expectedNumberOfClusters(n, a)
n |
the number of individuals |
a |
the concentration parameter |
the expected number of clusters
expectedNumberOfClusters(100,0.2)
expectedNumberOfClusters(100,0.15)