The class represents some property or attribute, for
example, blue, or red. Each member, or unit, of a sample can be classified – the
result of the classification of the unit is the unit’s class.
Sample Proportion (p)
pclass = nclass / ntotal
pclass
~ proportion of sample in class
nclass
~ number of units of sample in class
ntotal
~ total number of units in sample
Sample Percent (pct)
pctclass = 100*(nclass / ntotal)
pctclass = 100* pclass
pctclass
~ percent of sample in class
nclass
~ number of units of sample in class
ntotal
~ total number of units in sample
Population Proportion (P)
Pclass = Nclass / Ntotal
Pclass
~ proportion of population in class
Nclass
~ number of units of population in class
Ntotal
~ total number of units in population
Population Percent (PCT)
PCTclass = 100*(Nclass / Ntotal)
PCTclass = 100* Pclass
PCTclass
~ percent of population in class
Nclass
~ number of units of population in class
Ntotal
~ total number of units in population
Perfect (Expected) Count (e)
eclass = ntotal * Pclass
eclass
~ expected or perfect count of class in a sample of ntotal units
Pclass
~ proportion of population in class
ntotal
~ total number of units in sample