Lookup table for the distribution of range statistics and Rayleigh sigma from a Monte Carlo simulation of circular bivariate normal shot groups with 0 mean and variance 1 in both directions. Includes the first four moments and several quantiles of the distribution of extreme spread, figure of merit, bounding box diagonal, and Rayleigh sigma for each combination of number of shots per group and number of groups, repeated 10 million times.
data(DFdistr)
A data frame with 590 observations on the following 77 variables.
number of shots in each group. One of 2, 3, ..., 49, 50, 45, ..., 95, 100.
number of groups with individual simulated range statistics that were averaged over to yield the final value. One of 1, 2, ..., 9, 10.
total number of shots, i.e., n*nGroups
.
Extreme spread mean over all Monte Carlo simulations
Extreme spread variance over all Monte Carlo simulations
Extreme spread standard deviation over all Monte Carlo simulations
Extreme spread coefficient of variation over all Monte Carlo simulations
Squard extreme spread mean over all Monte Carlo simulations
Squared extreme spread variance over all Monte Carlo simulations
Extreme spread skewness over all Monte Carlo simulations (smoothed)
Extreme spread kurtosis over all Monte Carlo simulations (smoothed)
Extreme spread median (50% quantile) over all Monte Carlo simulations
Extreme spread 0.5% quantile over all Monte Carlo simulations
Extreme spread 2.5% quantile over all Monte Carlo simulations
Extreme spread 5% quantile over all Monte Carlo simulations
Extreme spread 10% quantile over all Monte Carlo simulations
Extreme spread 25% quantile over all Monte Carlo simulations
Extreme spread 50% quantile (median) over all Monte Carlo simulations
Extreme spread 75% quantile over all Monte Carlo simulations
Extreme spread 90% quantile over all Monte Carlo simulations
Extreme spread 95% quantile over all Monte Carlo simulations
Extreme spread 97.5% quantile over all Monte Carlo simulations
Extreme spread 99.5% quantile over all Monte Carlo simulations
Figure of merit mean over all Monte Carlo simulations
Figure of merit variance over all Monte Carlo simulations
Figure of merit standard deviation over all Monte Carlo simulations
Figure of merit coefficient of variation over all Monte Carlo simulations
Figure of merit skewness over all Monte Carlo simulations (smoothed)
Figure of merit kurtosis over all Monte Carlo simulations (smoothed)
Figure of merit median (50% quantile) over all Monte Carlo simulations
Figure of merit 0.5% quantile over all Monte Carlo simulations
Figure of merit 2.5% quantile over all Monte Carlo simulations
Figure of merit 0.25% quantile over all Monte Carlo simulations
Figure of merit 10% quantile over all Monte Carlo simulations
Figure of merit 25% quantile over all Monte Carlo simulations
Figure of merit 50% quantile (median) over all Monte Carlo simulations
Figure of merit 75% quantile over all Monte Carlo simulations
Figure of merit 90% quantile over all Monte Carlo simulations
Figure of merit 95% quantile over all Monte Carlo simulations
Figure of merit 97.5% quantile over all Monte Carlo simulations
Figure of merit 99.5% quantile over all Monte Carlo simulations
Bounding box diagonal mean over all Monte Carlo simulations
Bounding box diagonal variance over all Monte Carlo simulations
Bounding box diagonal standard deviation over all Monte Carlo simulations
Bounding box diagonal coefficient of variation over all Monte Carlo simulations
Bounding box diagonal skewness over all Monte Carlo simulations (smoothed)
Bounding box diagonal kurtosis over all Monte Carlo simulations (smoothed)
Bounding box diagonal median (50% quantile) over all Monte Carlo simulations
Bounding box diagonal 0.5% quantile over all Monte Carlo simulations
Bounding box diagonal 2.5% quantile over all Monte Carlo simulations
Bounding box diagonal 5% quantile over all Monte Carlo simulations
Bounding box diagonal 10% quantile over all Monte Carlo simulations
Bounding box diagonal 25% quantile over all Monte Carlo simulations
Bounding box diagonal 50% quantile (median) over all Monte Carlo simulations
Bounding box diagonal 75% quantile over all Monte Carlo simulations
Bounding box diagonal 90% quantile over all Monte Carlo simulations
Bounding box diagonal 95% quantile over all Monte Carlo simulations
Bounding box diagonal 97.5% quantile over all Monte Carlo simulations
Bounding box diagonal 99.5% quantile over all Monte Carlo simulations
Rayleigh sigma mean over all Monte Carlo simulations
Rayleigh sigma variance over all Monte Carlo simulations
Rayleigh sigma standard deviation over all Monte Carlo simulations
Rayleigh sigma coefficient of variation over all Monte Carlo simulations
Rayleigh sigma skewness over all Monte Carlo simulations (smoothed)
Rayleigh sigma kurtosis over all Monte Carlo simulations (smoothed)
Rayleigh sigma median (50% quantile) over all Monte Carlo simulations
Rayleigh sigma 0.5% quantile over all Monte Carlo simulations
Rayleigh sigma 2.5% quantile over all Monte Carlo simulations
Rayleigh sigma 5% quantile over all Monte Carlo simulations
Rayleigh sigma 10% quantile over all Monte Carlo simulations
Rayleigh sigma 25% quantile over all Monte Carlo simulations
Rayleigh sigma 50% quantile (median) over all Monte Carlo simulations
Rayleigh sigma 75% quantile over all Monte Carlo simulations
Rayleigh sigma 90% quantile over all Monte Carlo simulations
Rayleigh sigma 95% quantile over all Monte Carlo simulations
Rayleigh sigma 97.5% quantile over all Monte Carlo simulations
Rayleigh sigma 99.5% quantile over all Monte Carlo simulations
The Monte Carlo distribution used 10 million repetitions in each scenario. One scenario was a combination of the n
shots in each group, and the nGroups
groups over which individual range statistics were averaged. Values for n
were 2, 3, ..., 49, 50, 45, ..., 95, 100. Values for nGroups
were 1, 2, ... 9, 10.
Skewness and kurtosis were smoothed using separate linear spline fits for each number of groups except for kurtosis of Rayleigh sigma which was fitted using the density of the gamma distribution.
Used in range2sigma
to estimate Rayleigh parameter sigma from range statistics, and in efficiency
to estimate the number of groups and total shots required to estimate the confidence interval (CI) for Rayleigh sigma with a given coverage probability (CI level) and width.
See the following source for an independent simulation, and for the rationale behind using it to estimate Rayleigh sigma:
http://ballistipedia.com/index.php?title=Range_Statistics
An older eqivalent simulation with less repetitions was done by Taylor and Grubbs (1975).
Taylor, M. S., & Grubbs, F. E. (1975). Approximate Probability Distributions for the Extreme Spread (BRL-MR-2438). Aberdeen Proving Ground, MD: U.S. Ballistic Research Laboratory.
range2sigma
,
efficiency
,
getMaxPairDist
,
getBoundingBox
,
getRayParam