Quadratic Mean Diameter (from a Tally)

The QMD the Reineke stand density index requires, straight from the tally sheet.

Run the calculator

Example

You enter

You get

Details, formula, and sources

QMD = sqrt(sum(count x DBH^2) / trees). Enter a diameter tally (one token per tree "12" or per class "12:40") and get the QMD, the arithmetic mean beside it (so the gap is visible), the tree count, and the tallied basal area. QMD is the diameter of the tree of average basal area, always at or above the arithmetic mean - the number a plain average gets wrong. A mensuration helper, not a cruise compilation.

QMD = sqrt( sum(count x diameter^2) / sum(count) ); arithmetic_mean = sum(count x diameter) / sum(count); basal_area_ft2 = 0.005454 x sum(count x diameter^2).

USDA Forest Service forest-mensuration practice (quadratic mean diameter), by name.

The quadratic-mean-diameter definition is standard forest mensuration; the forester and the cruise design govern the compilation.

Estimate. AHJ and licensed professional govern.

Field names used by the API: tally, qmd_in, arithmetic_mean_in, tree_count, basal_area_ft2

Related tools