I’m making a browser bug archive application and for each bug I want to have a field and corresponding values that identify the rarity of a bug.
I could use rarity as the label and values ‘high, medium/normal, low, edge-case’ but when you say ‘high rarity’ it doesnt make much semantic sense… or is it me? If the values were something like ‘normal, rare’ it would make sense but I’m having trouble thinking of a label that isn’t rarity.
Reproducibility? Rarity? Occurrency?
I would use “frequency”, which is, more or less, the converse of “rarity” — except that “high frequency” and “low frequency” do make perfect sense.