Difference between revisions of "Measuring Tools"

From ShotStat
Jump to: navigation, search
m (shotGroups Analysis Package)
Line 16: Line 16:
 
The free [http://cran.fhcrc.org/web/packages/shotGroups/index.html shotGroups] package for the open-source [http://www.r-project.org/ statistical environment R] provides functions to analyze target groups with respect to their shape, location (accuracy) and spread (precision). Among others, it provides implementions for many [[Circular_Error_Probable|CEP estimators]] and descriptive [[Describing_Precision|precision measures]]. The package works with point data exported from [[#OnTarget|OnTarget]] and also includes functions to plot the group with precision indicators like the bounding box, maximum spread or minimum covering circle.
 
The free [http://cran.fhcrc.org/web/packages/shotGroups/index.html shotGroups] package for the open-source [http://www.r-project.org/ statistical environment R] provides functions to analyze target groups with respect to their shape, location (accuracy) and spread (precision). Among others, it provides implementions for many [[Circular_Error_Probable|CEP estimators]] and descriptive [[Describing_Precision|precision measures]]. The package works with point data exported from [[#OnTarget|OnTarget]] and also includes functions to plot the group with precision indicators like the bounding box, maximum spread or minimum covering circle.
  
The package is also available as a [http://dwoll.shinyapps.io/shotGroupsApp web application] that does not require installing R or using R syntax.
+
'''The package is also now available as a [http://dwoll.shinyapps.io/shotGroupsApp web application] that does not require installing R or using R syntax.'''
  
 
For more information, see the [http://cran.fhcrc.org/web/packages/shotGroups/vignettes/shotGroups.pdf package description] including a walk-through with sample diagrams and the [http://cran.fhcrc.org/web/packages/shotGroups/shotGroups.pdf complete manual for all functions]. After having installed [http://cran.fhcrc.org/bin/windows/base/ R] and [http://www.rstudio.com/ide/download/desktop RStudio], open RStudio and install shotGroups by running: <code>install.packages("shotGroups")</code> . For a first introduction to R, see http://tryr.codeschool.com/ or http://www.statmethods.net/ .
 
For more information, see the [http://cran.fhcrc.org/web/packages/shotGroups/vignettes/shotGroups.pdf package description] including a walk-through with sample diagrams and the [http://cran.fhcrc.org/web/packages/shotGroups/shotGroups.pdf complete manual for all functions]. After having installed [http://cran.fhcrc.org/bin/windows/base/ R] and [http://www.rstudio.com/ide/download/desktop RStudio], open RStudio and install shotGroups by running: <code>install.packages("shotGroups")</code> . For a first introduction to R, see http://tryr.codeschool.com/ or http://www.statmethods.net/ .

Revision as of 21:50, 14 September 2014

Tools and practical methods for measuring and analyzing precision.

2-Shot Method

Brent Danielson described a no-frills method for accumulating arbitrarily large shot sample sets for statistical analysis. Since our statistics all depend on the sample radius:

  1. Fire two shots at a single point of aim.
  2. Measure their center-to-center distance. This produces two radius sample points, both equal to half the measured distance.
  3. Repeat this process until satisfied with the quantity of data points.

Calculation of sigma from Danielson's sample data, as well as confidence intervals and hypothesis testing, are shown in Media:DanielsonExample.xlsx.

OnTarget

Jeffrey Block's OnTarget Precision Calculator is the most convenient package for converting a target image into data points for analysis. It accounts for scale and distance and automatically calculates Mean Radius (called "Average to Center" in the software) and Extreme Spread (called "Max Spread").

The more expensive Target Data System can automatically identify and aggregate shots on scans of its specially-coded targets.

shotGroups Analysis Package

The free shotGroups package for the open-source statistical environment R provides functions to analyze target groups with respect to their shape, location (accuracy) and spread (precision). Among others, it provides implementions for many CEP estimators and descriptive precision measures. The package works with point data exported from OnTarget and also includes functions to plot the group with precision indicators like the bounding box, maximum spread or minimum covering circle.

The package is also now available as a web application that does not require installing R or using R syntax.

For more information, see the package description including a walk-through with sample diagrams and the complete manual for all functions. After having installed R and RStudio, open RStudio and install shotGroups by running: install.packages("shotGroups") . For a first introduction to R, see http://tryr.codeschool.com/ or http://www.statmethods.net/ .

Apps

  • TargetScan (iOS) computes the unbiased estimate of Mean Radius for supported targets.

Spreadsheet Analysis

Given a target data set, whether compiled using the #2-Shot Method or #OnTarget, Closed Form Precision analysis can be performed using standard spreadsheet functions. See, for example Media:CCI 40gr HV 100yd.xlsx or any of the other workbooks linked in the Examples.

Media:RangeStatisticEstimation.xls is spreadsheet for calculating the statistical significance of Range Statistics estimates.