Difference between revisions of "Ragged holes"

From ShotStat
Jump to: navigation, search
(made a stab at fixing this.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The more efficient measures on this assume that the location of each and every shot on a target can be measured.  It is possible — and with larger shot groups and/or more precise rifles increasingly likely — that the target will exhibit a "ragged hole" into which one or more shots has disappeared.
+
It is possible — and with larger shot groups and/or more precise rifles increasingly likely — that the target will exhibit a "ragged hole" into which one or more shots has disappeared. In statistics this is known as a "center-censored" sample.  [http://stats.stackexchange.com/questions/76533/estimating-variance-of-center-censored-normal-samples A detailed explanation and discussion of the problem is here].  This frustrates the direct calculation of [[Describing_Precision#Invariant_Measures|Invariant Measures]] like Mean Radius and Variance, which require the location of each and every shot on a target.  Alternatives:
  
In statistics this is known as a "center-censored" sample. [http://stats.stackexchange.com/questions/76533/estimating-variance-of-center-censored-normal-samples A detailed explanation and discussion of the problem is here], but presently no good mathematical solutions have come up. This is especially exasperated by the small sample statistics used by shooters. 
+
* [[Describing_Precision#Range_Statistics|Range Statistics]] can still be measured directly from a center-censored target.
 
+
* [[Order Statistics]] can also provide good estimates of precision in most cases.
In practice there are two options.
+
* Another alternative is to [[Closed_Form_Precision#Summary_Probabilities|use CEP]] to back into an estimate of ''σ'':
 
+
*# Find the radius ''r'' of the smallest circle that covers the ragged hole.
(1) The best solution is to avoid this problem in the first place. Shoot few shots per target (i.e. target meaning one POA since some paper targets have more than one POA), and then aggregate them into a data set.  Software to automate this process exists, e.g.,
+
*# From ''n'', the number of shots fired, and ''c'' the number outside the circle, calculate the proportion of shots inside that covering circle ''p=(n-c)/n''. This turns the target into a sample with CEP(''r'').
* [http://ontargetshooting.com/tds/ OnTarget Target Data System] - uses coded target sheets that can be scanned to automatically aggregate one shot per aiming point.
+
*Avoid ragged holes by shooting fewer shots per target (meaning per "point of aim" since some paper targets have more than one POA), and then aggregate them into a data set.  Software to automate this process exists, e.g. [http://ontargetshooting.com/tds/ OnTarget Target Data System] offers coded target sheets that can be scanned to automatically aggregate shots across multiple aiming points.
 
 
(2) If measurement simplicity is desired for the range, then use a measure that can be done on a target with ragged holes. In general such measures are not as efficient statistical estimators as those which use all the shot positions. Pragmatically ease of use may outweigh the benefit of being able to use less shots to get the same precision.
 
 
 
= Measures On Ragged Holes =
 
 
 
The following measures can be made on targets with ragged holes.
 
 
 
* [[Covering Circle Radius]] - Smallest circle that covers all the shots
 
* [[Diagonal]] - Conceptualizing the horizontal and vertical range as forming a rectangle on the target, then the measure is the diagonal of the rectangle.
 
* [[Extreme Spread]] - distant between two widest shots
 
* [[Figure Of Merit]] - average of the horizontal and vertical range
 

Latest revision as of 13:24, 9 August 2023

It is possible — and with larger shot groups and/or more precise rifles increasingly likely — that the target will exhibit a "ragged hole" into which one or more shots has disappeared. In statistics this is known as a "center-censored" sample. A detailed explanation and discussion of the problem is here. This frustrates the direct calculation of Invariant Measures like Mean Radius and Variance, which require the location of each and every shot on a target. Alternatives:

  • Range Statistics can still be measured directly from a center-censored target.
  • Order Statistics can also provide good estimates of precision in most cases.
  • Another alternative is to use CEP to back into an estimate of σ:
    1. Find the radius r of the smallest circle that covers the ragged hole.
    2. From n, the number of shots fired, and c the number outside the circle, calculate the proportion of shots inside that covering circle p=(n-c)/n. This turns the target into a sample with CEP(r).
  • Avoid ragged holes by shooting fewer shots per target (meaning per "point of aim" since some paper targets have more than one POA), and then aggregate them into a data set. Software to automate this process exists, e.g. OnTarget Target Data System offers coded target sheets that can be scanned to automatically aggregate shots across multiple aiming points.