Describing Precision

From ShotStat
Revision as of 20:29, 23 November 2013 by David (talk | contribs) (Which Measure is Best?)
Jump to: navigation, search

Units

When we talk about shooting precision we are referring to the amount of dispersion we expect to see of each shot about a center point (which shooters try to adjust to match the point of aim). Precision is like a cone of error that projects out from the muzzle of the gun. I.e., double the distance and the dispersion also doubles. We can describe this error by referring to dispersion at a specific distance. For example, it is common to quote precision in inches of extreme spread at 100 yards, or "inches per hundred yards."

It is more common, however, to describe the angle of the cone at its tip, since this is independent of the distance at which a target is shot. The higher the precision, the tighter the cone and the smaller the angle at its tip.

One of two popular angular units used by shooters is MOA, though there is some ambiguity in this term. MOA was initially short for Minute of Arc, or arc minute, which is one sixtieth of one degree. At 100 yards (3600 inches) one MOA is 3600" tan (1/60 degrees) = 1.047". At some point shooters began to expand the acronym as Minute of Angle. They also and rounded its correct value to 1” at 100 yards, though for clarity the latter unit is properly called "Shooters MOA," or SMOA.

The other common unit is the mil, which simply means thousandth. For example, at 100 yards a mil is 100 yards / 1000 = 3.6". Some more benign confusion also persists around this term, with some assuming "mil" is short for milliradian, which is another angular unit. Fortunately, a milliradian is almost exactly equal to a mil so there’s no harm interchanging mil, mrad, milrad, and milliradian.

NB: 1 mil = 3.6 SMOA \(\approx\) 3.44 MOA.

Sample Sizes

One of the important questions addressed here is what to measure in order to determine the intrinsic precision of a shooting system, and what sample size is sufficient to achieve any degree of statistical significance.

Following are common measurements used in the industry:

  • Extreme Spread of a 3-shot group, usually at 100 yards. This is statistically almost meaningless, especially when there is no reference to how many 3-shot groups were sampled. (An extended practical, and amusing, critique of the 3-shot group is archived here.)
  • Extreme Spread of a 5-shot group, sometimes excluding the worst shot. Hardly any better.
  • Average, Max, and Min Extreme Spread of five 5-shot groups. (This is used by the NRA's magazines.)
  • The US Army Marksmanship Unit at Ft. Benning, GA uses a minimum of 3 consecutive 10-shot groups fired with the rifle in a machine rest when testing service rifles. The military also often uses the more statistically powerful Mean Radius and Radial Standard Deviation measures.

Measures

Eight different measures have been used to characterize the dispersion of bullet holes in a sample target. Some are easier to calculate than others.

In the following formulas assume that we are looking at a target reflecting n shots and that we are able to determine the center coordinates x and y for each shot.

(There are some methods for dealing with the case of targets with ragged holes in which we can't determine the precise coordinates of each shot.)

Horizontal and Vertical Variance

  \(\sigma_h^2 = \frac{\sum^{n}(x_i - \bar{x})^2}{n - 1}, \ \qquad \sigma_v^2 = \frac{\sum^{n}(y_i - \bar{y})^2}{n - 1}\)

(Often these will be given as standard deviations, which is just the square root of variance.)

Radial Standard Deviation (RSD)

  \(RSD = \sqrt{\sigma_h^2 + \sigma_v^2} \ = \sqrt{2}\ \sigma\)

Note that this average sigma is a key parameter in the math for Measuring Precision.

Mean Radius

  \(\bar{R} = \sum_{}^n r_i\) where \(r_i = \sqrt{(x_i - \bar{x})^2 + (y_i - \bar{y})^2}\)

Circular Error Probable (CEP)

CEP(p), for \(p \in [0, 1)\), is the radius of the smallest circle that covers proportion p of the shot group. When p is not indicated it is assumed to be 50%.

Diagonal

Let \(\hat{X} = \max |x_i - x_j|, \ \qquad \hat{Y} = \max |y_i - y_j|\) — i.e., the ranges of x and y values.

The diagonal \(D = \sqrt{\hat{X}^2 + \hat{Y}^2}\) is the length of the diagonal line through the smallest rectangle covering the sample group.

Figure of Merit

FoM = \((\hat{X} + \hat{Y}) / 2\) is the average extreme width and height of the group.

Radius of Covering Circle

This is conceptually just CEP(100%). In contrast to CEP it is easier to measure on a sample target, but it has the unfortunate characteristic of being non-analytic, and unlike CEP its expected value increases with the sample size n. Its actual value is identical to (Extreme Spread)/2.

Extreme Spread

The Extreme Spread \(ES = \max \sqrt{(x_i - x_j)^2 - (y_i - y_j)^2)}\) is the largest distance between any two points in the group.

Which Measure is Best?

Measuring Precision will detail the mathematical relationships between many of these measures.

Invariant Measures

  • Variance
  • Standard Deviation
  • Mean Radius
  • Circular Error Probable

It is worth noting that these first four measures do not vary with group size. I.e., taking more shots increases their confidence interval but doesn't change their expected value.

Range Statistics

  • Extreme Spread
  • Diagonal
  • Figure of Merit
  • Covering Circle Radius

These measures increase with group size. They are more commonly used because they are easier to calculate. But they are statistically far weaker because they virtually ignore inner data points. [1]

References