I've implemented Shlosser's estimator for the number of distinct values in a population given a sample. Now I want to make sure my algorithm is correctly implemented. Are there any example sets out there that would allow me to verify my computation matches the canonical value?
|
I may be mistaken, but it seems that Schlosser estimator is a pretty obscure technique: you might get more answers by explaining the very popular version acceptable for non-skewed data -- a jacknife estimator. Since I was trained in Biostatistics, all the examples that come to mind would be low-incidence diseases (e.g., rare genetic diseases) with "inconsistent" predictors (genetic, phenotypic, etc.) For instance, I used to help with a non-profit that supports CFC Syndrome; they have collected almost every incidence of this rare genetic disease in the world to support their lobbying and research fund-raising efforts. I do not remember if their dataset is publicly available, but this would be an instance of a highly irregular distribution of incidence in the general pop, where many of the phenotypic data they have collected would not directly predict the disease. Another example might be datasets from genome-wide association ("GWAS") studies on certain low-frequency diseases (e.g., Goldstein group at Duke). The big problem with this example is that associations between genes and associated disease do not really have a "ground truth" except with very small samples of the total affected population (say, only small number of AIDS-immune patients have been "found" in W. Europe, yet we have attributed the disease to a specific set of genes that seem to be associated with the immunity). Conclusion: you might be making up your own "fixture" dataset rather than trying to find acceptable data from science or business ... :/ |
|||
|