Circular Probable Error For Circular and Noncircular Gaussian Impacts
Circular Probable Error For Circular and Noncircular Gaussian Impacts
Circular Probable Error For Circular and Noncircular Gaussian Impacts
Gaussian Impacts
by David W. Webb
Disclaimers
The findings in this report are not to be construed as an official Department of the Army position unless
so designated by other authorized documents.
Citation of manufacturer’s or trade names does not constitute an official endorsement or approval of the
use thereof.
Destroy this report when it is no longer needed. Do not return it to the originator.
Army Research Laboratory
Aberdeen Proving Ground, MD 21005-5066
David W. Webb
Weapons and Materials Research Directorate, ARL
14. ABSTRACT
Circular probable error (CEP), defined as the radius of a circle centered at the aimpoint, which has a 50% probability of hit, is
one of many measures of precision used to characterize ballistic precision. When determining CEP for two-dimensional impact
data in which both dimensions are assumed to be independent, the case where both dispersion components are equal is a
straightforward application of the Rayleigh distribution. However, when the dispersion components differ, an approximate
CEP formula is necessary. This document evaluates the accuracy of the approximate CEP formula using Monte-Carlo
simulation and shows that its associated probability of hit is no more than 2.17% higher than the nominal value of 0.50.
ii
Contents
1. Introduction 1
Distribution List 9
iii
INTENTIONALLY LEFT BLANK.
iv
1. Introduction
In ballistic performance testing, many statistics have been proposed as measures of precision.
Some of these statistics only consider the spread of the data in one direction, such as the
horizontal standard deviation and the extreme vertical dispersion. Other measures attempt to
capture a sense of the spread in both directions, e.g., extreme spread and circular probable error
(CEP). Grubbs1 describes each of these measures, along with several others in his seminal self-
published reference, informally known as the “Red Book.”
In this report, we examine the CEP, defined here as the radius of a circle centered at the aimpoint
which, in the long run, is impacted by 50% of the projectiles. We assume that impacts land on a
two-dimensional plane and that the horizontal (x) and vertical (y) locations are independent.*
Furthermore, we assume that the impacts follow a Gaussian (normal) distribution centered at the
aimpoint. We will first review the cases in which the only source of variation in each dimension
is the round-to-round variation, σx and σy. Then, we augment Grubbs’ approximate CEP
formula2 for those cases in which additional error sources contribute to the overall precision of
the weapon system. Finally, we evaluate the accuracy of the approximate CEP formula using
Monte-Carlo simulation.
Because the impact locations are assumed to be centered at the aimpoint, we may set the
aimpoint to be (0,0) without loss of generality. Then, assume that and
are independent normal random variables; therefore, and , and
follows a Rayleigh distribution with parameter value 1. By definition, the CEP satisfies the
following:
, (1)
1Grubbs, F. E. Statistical Measures of Accuracy for Rifleman and Missile Engineers; Havre de Grace, MD, 1964.
*In referring to the two directions as “horizontal” and “vertical,” we imply that the target plane is upright, as is the case for
many weapon systems, including calibers as large as tank ammunition. However, for artillery systems, the ground is the most
likely target plane, and we instead refer to the x and y dimensions as “deflection” and “range,” respectively.
2Grubbs, F. E. Approximate Circular and Noncircular Offset Probabilities of Hitting. Operations Research 1964, 12, 51–62.
1
where is the Rayleigh cumulative distribution function. Since , we have
, which can be algebraically rearranged to obtain the following solution:
. (2)
. (3)
The left side of this last inequality is a weighted sum of independent chi-square random
variables, which, as Patnaik3 argues, has a distribution that can be approximated by a chi-squared
random variable when appropriately scaled by a positive constant a. This random variable is
denoted as , where n is the degrees of freedom. The approximation is found by matching the
first two moments of and . That is, we seek a and n such that
, (4)
and
. (5)
. (9)
3Patnaik, P. B. The Use of the Range as an Estimator of Variance in Statistical Tests. Biometrika 1950, 37, 78–87.
2
Therefore, we have the following system of two equations in the two unknowns, a and n:
, (10)
and
. (11)
Therefore,
. (12)
, (13)
which can be rewritten to obtain a probability statement based on the chi-square distribution in
equation 12:
. (14)
. (15)
3
Since the median of the standard normal distribution is 0, the numerator of the right side of the
inequality needs to be set to 0 to find a solution to the CEP. That is,
, (16)
or
. (17)
. (18)
The accuracy of the approximate formula for CEP (equation 18) can be determined using Monte-
Carlo simulation by randomly generating impact data under various assumed values of and
*
. The frequency with which the impacts fall within a circle of radius CEP should be close to
0.5. The MATLAB† code used to conduct this Monte-Carlo study is given in the appendix.
Figure 1 is a plot of values of vs. the frequency of hitting a circle of radius
CEP, based on 100,000,000 simulated impacts.
*If both and are increased by a common factor “k,” then it can be shown that the CEP will also increase by a factor of k.
Therefore, it is sufficient to just consider the ratio . In the simulation study, we fixed and varied .
†MATLAB is a trademark of The MathWorks, Inc.
4
Since the estimated hit probabilities are all slightly higher than 0.5, we see that Grubbs’ CEP
approximation is a slight overestimate. The approximation has an error between 0.47% and
2.17% when the horizontal and vertical errors are within two orders of magnitude of each other.
The relationship appears to have an asymptotic value of about 0.5073. A similar Monte-Carlo
study in which the order of magnitude of the error ratio was increased to as large as 6 upheld this
asymptotic behavior.
Figure 1. Relationship between relative size of horizontal and vertical errors and the hit probability of a circle
centered at the aimpoint and having radius given by Grubbs’ approximate formula.
5
INTENTIONALLY LEFT BLANK.
6
Appendix. MATLAB Code for Evaluating the Accuracy of Grubbs’
Approximate Circular Probable Error (CEP) Formula
______________________
This appendix appears in its original form, without editorial change.
7
% OBTAIN P(HIT) ESTIMATES FOR HORIZONTAL ERRORS OF 1 TO 100
% KEEP VERTICAL ERROR EQUAL TO 1
i=[0:.01:2]; % exponent values
for j=1:length(i)
sigx(j)=10^i(j) % horizontal error
sig=sqrt(sigx(j)*sigx(j)+1); % root sum squares; NOTE sigy=1
v=2*(((sigx(j)^4)+1)/(sig^4)); % df from chi-square in Eq (6)
CEP=sig*(1-v/9)^1.5;
%
clear dat
for k=1:100 % generate 100 Ph estimates
imp=mvnrnd([0 0],[sigx(l)^2 0;0 1],1000000); % 1M simulated impacts
ph(k)=mean(imp(:,1).^2+imp(:,2).^2<=CEP^2); % hit frequency on CEP
end
phit(j)=mean(ph); % avg 100 hit frequencies to “incr n”
end
% GRAPHICS
plot(i, phit,'r-'); % error exponent versus Ph estimate
ylabel('Estimated Hit Probability within CEP')
xlabel('log_{10}(\sigma_{max} / \sigma_{min})')
8
NO. OF
COPIES ORGANIZATION
1 DEFENSE TECHNICAL
(PDF INFORMATION CTR
only) DTIC OCA
8725 JOHN J KINGMAN RD
STE 0944
FORT BELVOIR VA 22060-6218
1 DIRECTOR
US ARMY RESEARCH LAB
IMAL HRA
2800 POWDER MILL RD
ADELPHI MD 20783-1197
1 DIRECTOR
US ARMY RESEARCH LAB
RDRL CIO LL
2800 POWDER MILL RD
ADELPHI MD 20783-1197
9
NO. OF
COPIES ORGANIZATION
9 DIR USARL
(8 HC RDRL CII C
1 CD) B BODT
RDRL WML A
M ARTHUR
W OBERLE (1 CD)
C PATTERSON
R PEARSON
L STROHM
R YAGER
RDRL WML C
R THOMPSON
10