View source: R/getRangeStatEff.R
getRangeStatEff | R Documentation |
Returns the efficiency for range statistics: extreme spread, figure of merit, bounding box diagonal. Calculations assume a circular bivariate normal shot distribution with 0 mean. Efficiency for Rayleigh sigma estimate is also provided for comparison.
getRangeStatEff(n, nGroups=1)
n |
integer between 2 and 100. Number of shots in each group. |
nGroups |
integer between 1 and 10. Number of groups when |
Based on the lookup table DFdistr
with results from a Monte Carlo simulation. If the value of n
is not among those simulated (but is less than 100), a monotonic spline interpolation between the neighboring simulated values is used. The efficiency is one over the square root of the total number of shots times the squared coefficient of variation.
A data frame with variables n
, nGroups
, nTotal
, as well as efficiency estimates ES_efficiency
(extreme spread), FoM_efficiency
(figure of merit), D_efficiency
(bounding box diagonal), RS_efficiency
(Rayleigh sigma).
Grubbs, F. E. (1964b). Statistical measures of accuracy for riflemen and missile engineers. Ann Arbor, ML: Edwards Brothers.
getRangeStat
,
range2sigma
getRangeStatEff(c(5, 10, 15), nGroups=1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.