Difference between revisions of "Projectile Dispersion Classifications"

From ShotStat
Jump to: navigation, search
(Case 1, Rayleigh Distribution)
(Dispersion Assumptions)
Line 1: Line 1:
= Dispersion Assumptions =
+
= Dispersion Classifications =
  
Before considering the mathematical models that will be used for the actual statistical analysis, let's consider the assumptions of various dispersion models and hence the intrinsic functions of how shots are dispersed. The [http://en.wikipedia.org/wiki/Normal_distribution Normal distribution] is the broadly assumed probability model used for a single random variable and it is characterized by its mean <math>(\bar{x})</math> and standard deviation <math>(\sigma)</math>. Since we are interested in shot dispersion on a two-dimensional target we will assume that the [http://en.wikipedia.org/wiki/Multivariate_normal_distribution#Non-degenerate_case Bivariate Normal Distribution], the two dimensional analog of the Normal distribution, applies. This distribution describes, at least approximately, the dispersion of a gunshots about their true center point, (<math>\mu_h</math> and <math>\mu_v</math>). The bivariate normal distribution  also has separate parameters for the standard deviation in each dimension, <math>\sigma_h</math> and <math>\sigma_v</math>, as well as a correlation parameter ''ρ''. The full bivariate normal distribution is thus:<br >
+
Before considering the measurements that will be used for the actual statistical analysis, let's consider the assumptions about dispersion and how sets of those assumptions might be grouped into different classifications. Thus the various classifications will offer insight as to the fundamental patterns expected for shots and insights to the interactions of various measures. Thus an understanding of the basic assumptions about dispersion is key in being able to effectively use the measures.
 +
 
 +
In order to discuss dispersion we are going to neglect all of the factors of internal and external ballistics that cause a bias to the Center of Impact (COI) on a target. For example, even though we know that gravity will make a projectile's path drop over its time of flight, we are ignoring the fact that the boreline must be elevated. The overall error that we are interested in measuring is the sum of all the various interactions that make multiple projectiles shot to the same point of aim (POA) disperse about the COI.
 +
 
 +
The [http://en.wikipedia.org/wiki/Normal_distribution Normal distribution] is the broadly assumed probability model used for a single random variable and it is characterized by its mean <math>(\bar{x})</math> and standard deviation <math>(\sigma)</math>. The [http://en.wikipedia.org/wiki/Central_limit_theorem central limit theorem] shows that for measures for the "average" shot, or averages of multiple targets are used, then for "large" samples the averages will conform to Normal distribution even if the fundamental distribution is not a normal distribution.
 +
 
 +
Since we are interested in shot dispersion on a two-dimensional target we will assume that the horizontal and vertical dispersions are each Normal distributions. Thus the horizontal dispersion will have mean <math>\mu_h</math> and standard deviation <math>\sigma_h</math>. The vertical dispersion will have mean <math>\mu_v</math> and standard deviation <math>\sigma_v</math>. Then a further assumption is made by assuming that the two dimensional expansion of the Normal distribution the [http://en.wikipedia.org/wiki/Multivariate_normal_distribution#Non-degenerate_case Bivariate Normal distribution], applies. This adds an additional term the  [http://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient correlation parameter ''ρ'']. Thus the expectation is that distribution should then describe, the dispersion of a gunshots about the COI, (<math>\mu_h</math> and <math>\mu_v</math>). The full bivariate normal distribution is thus:<br >
 
&nbsp;&nbsp;&nbsp;&nbsp;<math>
 
&nbsp;&nbsp;&nbsp;&nbsp;<math>
 
     f(h,v; \mu_h, \mu_v, \sigma_h, \sigma_v, \rho) =
 
     f(h,v; \mu_h, \mu_v, \sigma_h, \sigma_v, \rho) =
Line 14: Line 20:
 
   </math>
 
   </math>
  
For the overall equation note that the following restrictions apply:<br />
+
where:<br />
 
&nbsp;&nbsp;&nbsp;&nbsp;<math>-1 &le; \rho &le; 1</math><br />
 
&nbsp;&nbsp;&nbsp;&nbsp;<math>-1 &le; \rho &le; 1</math><br />
 
&nbsp;&nbsp;&nbsp;&nbsp;<math> \sigma_h>0 </math> and <math> \sigma_v>0 </math>
 
&nbsp;&nbsp;&nbsp;&nbsp;<math> \sigma_h>0 </math> and <math> \sigma_v>0 </math>
  
Since we are primarily interested in the dispersion component, the overall assumption is that the weapon is properly sighted so that the center of impact is the same as the point of aim. In practice this can be achieved with a simple translation of the horizontal and vertical coordinates from absolute values to values relative to the average point of impact. Therefore the terms controlled by [[FAQ#How_many_shots_do_I_need_to_sight_in.3F|sighting in the gun]] (<math>\bar{h}</math> and <math>\bar{v}</math>) drop out in the simplification of the dispersion equation.  
+
Note that the above restrictions are not additional restrictions on the model, but rather simply pointing out how the mathematics works. Rather they are more analogous to the fact that a person can't have a negative age (even if they act like it...).
  
== Simplifications into cases ==
+
Since we are primarily interested in the dispersion relative to the COI, the overall assumption is that the weapon could be properly sighted so that the center of impact would be the same as the point of aim. In practice this is achieved by [[FAQ#How_many_shots_do_I_need_to_sight_in.3F| adjusting the weapon's sights]].
  
Looking at the overall equation two different mutually exclusive simplifications can be made:
+
= Simplifications into cases =
 +
 
 +
To eliminate the sighting variables (<math>\bar{h}</math> and <math>\bar{v}</math>) which make the equations "messier", a translation of the coordinate system to the COI (<math>\bar{h}</math>,<math>\bar{v}</math>) is assumed. This is a very pragmatic and justifiable consideration since the COI can be measured on the target. This simplification of the dispersion equations is strictly for easy of understanding as is not a limitation on any of the dispersion classifications. With the translation of the coordinate system to the COI, then the general bivariate normal equation becomes the Hoyt distribution:<br />
 +
&nbsp;&nbsp;&nbsp;&nbsp;<math>
 +
    f(h,v; \sigma_h, \sigma_v, \rho) =
 +
      \frac{1}{2 \pi  \sigma_h \sigma_v \sqrt{1-\rho^2}}
 +
      \exp\left(
 +
        -\frac{1}{2(1-\rho^2)}\left[
 +
          \frac{h^2}{\sigma_h^2} +
 +
          \frac{v^2}{\sigma_v^2} -
 +
          \frac{2\rho hv}{\sigma_h \sigma_v}
 +
        \right]
 +
      \right)
 +
  </math>
 +
 
 +
Looking at this equation two other different mutually exclusive simplifications can be readily seen:
  
 
* '''Either''' <math>\sigma_h = \sigma_v</math> (equal variances) '''or''' <math>\sigma_h \neq \sigma_v</math> (unequal variances).
 
* '''Either''' <math>\sigma_h = \sigma_v</math> (equal variances) '''or''' <math>\sigma_h \neq \sigma_v</math> (unequal variances).
Line 30: Line 51:
 
: !! CAREFUL !! '''[http://en.wikipedia.org/wiki/Correlation_does_not_imply_causation Correlation does not imply causation]'''  
 
: !! CAREFUL !! '''[http://en.wikipedia.org/wiki/Correlation_does_not_imply_causation Correlation does not imply causation]'''  
  
: The gist of the statement is this. Assume that there are two error sources - a horizontal error source and a vertical error source. If an elliptical shot group results, then there will be a ''mathematical'' correlation between the horizontal and vertical positions of a shot. ''Causation'' would mean that reducing one of the errors would also reduce the other error. Depending on whether or not the error sources "interact" this may or may not be true.
+
: There is somewhat famous example. A researcher gathered statistics for stork sightings and births in a particular county over a twenty year period. Analysis of the data showed that over the twenty year period both stork sightings and births had increased with a very significant linear correlation. From the data you might erroneously infer that storks do bring babies!   
 
 
: To illustrate consider this contrived example. A good shooter has his rifle all tuned up and the best ammunition selected. He takes his rifle to the range to try out a some new ammunition. Unbeknownst to him the new ammunition has large muzzle velocity variations and hence will shoot groups with vertical stringing. To make matters worse he forgets to tighten down his rear notch sight and it jiggles from left to right as he is shooting. This results in horizontal stringing. Thus fixing either problem wouldn't reduce the other. But given an elliptical shot pattern from this bad situation then there is mathematical correlation. (Yes, for you wags out there our shooter just might get larger round groups...)
 
 
 
: There is another somewhat famous example. A researcher gathered statistics for stork sightings and births in a particular county over a twenty year period. Analysis of the data showed that over the twenty year period both stork sightings and births had increased with a very significant linear correlation. From the data you might erroneously infer a connection!   
 
  
The pair of mutually exclusive assumptions thus results in four cases for analytical evaluation as shown in the Table below. There is one case that results in circular groups, and three that result in elliptical groups. The table below assumes that if <math>\rho = 0</math> then the horizontal and vertical values are uncorrelated, and if <math>\rho \neq 0</math> then the values are correlated. That isn't absolutely true, but it is a reasonable assumption given the nature of the problem.  
+
The pair of mutually exclusive assumptions thus results in four cases for analytical evaluation as shown in the Table below. There is one case that results in circular groups, and three that result in elliptical groups. As the different in variances gets greater, or the further <math>\rho</math> is from 0, then the ellipse will be more pronounced.  
  
 
{| class="wikitable"  
 
{| class="wikitable"  
Line 47: Line 64:
 
| <math>\rho \approx 0</math>
 
| <math>\rho \approx 0</math>
 
| Case 1 - Circular Groups
 
| Case 1 - Circular Groups
* Rayleigh Distribution
+
* special case is Rayleigh Distribution
 
| Case 3 - Elliptical Groups
 
| Case 3 - Elliptical Groups
* Major axis of ellipse along horizontal or vertical axis
+
* Major axis of ellipse along<br /> horizontal or vertical axis
 
|-
 
|-
 
| <math>\rho \neq 0</math>
 
| <math>\rho \neq 0</math>
 +
* Major axis of ellipse at an angle to<br />both the horizontal and vertical axes
 
| Case 2- Elliptical Groups
 
| Case 2- Elliptical Groups
* Major axis of ellipse at a 45 degree angle <br />to both horizontal or vertical axis
 
 
| Case 4 - Elliptical Groups
 
| Case 4 - Elliptical Groups
* Hoyt Distribution
+
* general case of Hoyt distribution required
 
|}
 
|}
  
Neglecting flyers, and assuming perfect aim, the overall assumptions about shot dispersion result in four cases for statistical analysis.
+
The table above uses ''approximately equal to'' <math>(\approx)</math>) rather than ''strictly  equal to'' (=). This is an acknowledgement that we are dividing the cases into ones that are close enough to be useful, even though they most certainly are not exact. To be overly persnickety there are two problems.  
+
 
In the four cases below the assumptions use ''approximately equal to'' <math>(\approx)</math>) rather than ''strictly  equal to'' (=). This is an acknowledgement that we are dividing the cases into ones that are close enough to be useful, even though they most certainly are not exact. There is absolutely no method by which the true population values for <math>\mu_h, \mu_v, s_h</math> and <math>s_v</math> can be determined. We can only get experimental estimates from calculations based on sample data for the factors <math>\bar{h}, \bar{v},\sigma_h</math> and <math>\sigma_v</math> and these estimates are at best only good to a scant few significant figures. Thus the difference between ''approximately equal to'' and ''strictly equal to'' is really under some experimental control. In other words, we can theoretically make the measurements as precise as we want by collecting more data, but practically there are limits.  
+
First We can only get experimental estimates from calculations based on sample data for the factors <math>\sigma_h</math>, <math>\sigma_v</math>, <math>\rho</math> and these estimates are at best only good to a scant few significant figures. Thus even though the difference between ''approximately equal to'' and ''strictly equal to'' is under some experimental control there are practical limits. In other words, we can theoretically make the measurements as precise as we want by collecting more data, but it is quickly impractical to do so. (Assume that to double the precision that we have to quadruple the sample size. This exponential increase quickly becomes unmanageable. It is easy to pontificate about averaging over a million targets, but no one is going to shoot that many.) Thus even if <math>\sigma_h \equiv \sigma_v</math> we'd never expect that we'd experimentally get <math>s_h = s_v</math> due to experimental error.
 +
 
 +
Second there is the good enough. Shooting by definition is going to have fairly small sample sizes. So if <math>0.66s_h < s_v < 1.5 s_h</math> then, as a rule of thumb, that is probably good enough. Of course for large sample we would want to tighten the window. 
 +
 
 +
The formulas for the distributions in the sections below are given in terms of the population parameters (i.e. <math>\mu_h, \mu_v, \sigma_h, \mbox{and } \sigma_v</math>) rather than the experimentally determined factors (i.e. <math>\bar{h}, \bar{v}, s_h, \mbox{and }  s_v</math>) on purpose to emphasize the theoretical nature of the assumptions. Of course the "true" population parameters are unknown, and we estimate them with the corresponding experimentally fitted values about which there is some error.
  
The formulas for the distributions are given in terms of the population parameters (i.e. <math>\mu_h, \mu_v, \sigma_h, \mbox{and } \sigma_v</math>) rather than the experimentally determined factors (i.e. <math>\bar{h}, \bar{v}, s_h, \mbox{and }  s_v</math>) on purpose to emphasize the theoretical nature of the assumptions. Of course the "true" population parameters are unknown, and we estimate them with the corresponding experimentally fitted values about which there is some error.
+
= Conformance Testing =
  
== Conformance Testing ==
+
== <math>\rho \approx 0</math> ==
  
=== <math>\rho \approx 0</math> ===
 
  
=== <math>\sigma_h \approx \sigma_v </math>===
+
== <math>\sigma_h \approx \sigma_v </math>==
  
 
= Circular Shot Distribution =
 
= Circular Shot Distribution =

Revision as of 23:31, 5 June 2015

Dispersion Classifications

Before considering the measurements that will be used for the actual statistical analysis, let's consider the assumptions about dispersion and how sets of those assumptions might be grouped into different classifications. Thus the various classifications will offer insight as to the fundamental patterns expected for shots and insights to the interactions of various measures. Thus an understanding of the basic assumptions about dispersion is key in being able to effectively use the measures.

In order to discuss dispersion we are going to neglect all of the factors of internal and external ballistics that cause a bias to the Center of Impact (COI) on a target. For example, even though we know that gravity will make a projectile's path drop over its time of flight, we are ignoring the fact that the boreline must be elevated. The overall error that we are interested in measuring is the sum of all the various interactions that make multiple projectiles shot to the same point of aim (POA) disperse about the COI.

The Normal distribution is the broadly assumed probability model used for a single random variable and it is characterized by its mean \((\bar{x})\) and standard deviation \((\sigma)\). The central limit theorem shows that for measures for the "average" shot, or averages of multiple targets are used, then for "large" samples the averages will conform to Normal distribution even if the fundamental distribution is not a normal distribution.

Since we are interested in shot dispersion on a two-dimensional target we will assume that the horizontal and vertical dispersions are each Normal distributions. Thus the horizontal dispersion will have mean \(\mu_h\) and standard deviation \(\sigma_h\). The vertical dispersion will have mean \(\mu_v\) and standard deviation \(\sigma_v\). Then a further assumption is made by assuming that the two dimensional expansion of the Normal distribution the Bivariate Normal distribution, applies. This adds an additional term the correlation parameter ρ. Thus the expectation is that distribution should then describe, the dispersion of a gunshots about the COI, (\(\mu_h\) and \(\mu_v\)). The full bivariate normal distribution is thus:
    \( f(h,v; \mu_h, \mu_v, \sigma_h, \sigma_v, \rho) = \frac{1}{2 \pi \sigma_h \sigma_v \sqrt{1-\rho^2}} \exp\left( -\frac{1}{2(1-\rho^2)}\left[ \frac{(h-\mu_h)^2}{\sigma_h^2} + \frac{(v-\mu_v)^2}{\sigma_v^2} - \frac{2\rho(h-\mu_h)(v-\mu_v)}{\sigma_h \sigma_v} \right] \right) \)

where:
    \(-1 ≤ \rho ≤ 1\)
    \( \sigma_h>0 \) and \( \sigma_v>0 \)

Note that the above restrictions are not additional restrictions on the model, but rather simply pointing out how the mathematics works. Rather they are more analogous to the fact that a person can't have a negative age (even if they act like it...).

Since we are primarily interested in the dispersion relative to the COI, the overall assumption is that the weapon could be properly sighted so that the center of impact would be the same as the point of aim. In practice this is achieved by adjusting the weapon's sights.

Simplifications into cases

To eliminate the sighting variables (\(\bar{h}\) and \(\bar{v}\)) which make the equations "messier", a translation of the coordinate system to the COI (\(\bar{h}\),\(\bar{v}\)) is assumed. This is a very pragmatic and justifiable consideration since the COI can be measured on the target. This simplification of the dispersion equations is strictly for easy of understanding as is not a limitation on any of the dispersion classifications. With the translation of the coordinate system to the COI, then the general bivariate normal equation becomes the Hoyt distribution:
    \( f(h,v; \sigma_h, \sigma_v, \rho) = \frac{1}{2 \pi \sigma_h \sigma_v \sqrt{1-\rho^2}} \exp\left( -\frac{1}{2(1-\rho^2)}\left[ \frac{h^2}{\sigma_h^2} + \frac{v^2}{\sigma_v^2} - \frac{2\rho hv}{\sigma_h \sigma_v} \right] \right) \)

Looking at this equation two other different mutually exclusive simplifications can be readily seen:

  • Either \(\sigma_h = \sigma_v\) (equal variances) or \(\sigma_h \neq \sigma_v\) (unequal variances).
Obviously if we could measure both \(\sigma_h\) and \(\sigma_v\) with a very high precision (e.g 6 significant figures), then the two quantities would never really be equal. But in many cases the assumption is reasonable. In reality since shooters typically collect only a small amount of data, statistical tests will fail to detect a difference unless the difference is great. In such cases the shot pattern would be noticeably elliptical, not round.
  • Either \(\rho = 0\) (uncorrelated) or \(\rho \neq 0\) (correlated).
 !! CAREFUL !! Correlation does not imply causation
There is somewhat famous example. A researcher gathered statistics for stork sightings and births in a particular county over a twenty year period. Analysis of the data showed that over the twenty year period both stork sightings and births had increased with a very significant linear correlation. From the data you might erroneously infer that storks do bring babies!

The pair of mutually exclusive assumptions thus results in four cases for analytical evaluation as shown in the Table below. There is one case that results in circular groups, and three that result in elliptical groups. As the different in variances gets greater, or the further \(\rho\) is from 0, then the ellipse will be more pronounced.

Group Shape vs. Assumptions
\(\sigma_h \approx \sigma_v\) \(\sigma_h \neq \sigma_v\)
\(\rho \approx 0\) Case 1 - Circular Groups
  • special case is Rayleigh Distribution
Case 3 - Elliptical Groups
  • Major axis of ellipse along
    horizontal or vertical axis
\(\rho \neq 0\)
  • Major axis of ellipse at an angle to
    both the horizontal and vertical axes
Case 2- Elliptical Groups Case 4 - Elliptical Groups
  • general case of Hoyt distribution required

The table above uses approximately equal to \((\approx)\)) rather than strictly equal to (=). This is an acknowledgement that we are dividing the cases into ones that are close enough to be useful, even though they most certainly are not exact. To be overly persnickety there are two problems.

First We can only get experimental estimates from calculations based on sample data for the factors \(\sigma_h\), \(\sigma_v\), \(\rho\) and these estimates are at best only good to a scant few significant figures. Thus even though the difference between approximately equal to and strictly equal to is under some experimental control there are practical limits. In other words, we can theoretically make the measurements as precise as we want by collecting more data, but it is quickly impractical to do so. (Assume that to double the precision that we have to quadruple the sample size. This exponential increase quickly becomes unmanageable. It is easy to pontificate about averaging over a million targets, but no one is going to shoot that many.) Thus even if \(\sigma_h \equiv \sigma_v\) we'd never expect that we'd experimentally get \(s_h = s_v\) due to experimental error.

Second there is the good enough. Shooting by definition is going to have fairly small sample sizes. So if \(0.66s_h < s_v < 1.5 s_h\) then, as a rule of thumb, that is probably good enough. Of course for large sample we would want to tighten the window.

The formulas for the distributions in the sections below are given in terms of the population parameters (i.e. \(\mu_h, \mu_v, \sigma_h, \mbox{and } \sigma_v\)) rather than the experimentally determined factors (i.e. \(\bar{h}, \bar{v}, s_h, \mbox{and } s_v\)) on purpose to emphasize the theoretical nature of the assumptions. Of course the "true" population parameters are unknown, and we estimate them with the corresponding experimentally fitted values about which there is some error.

Conformance Testing

\(\rho \approx 0\)

\(\sigma_h \approx \sigma_v \)

Circular Shot Distribution

Case 1, Rayleigh Distribution

Given:

  1. \(\sigma_h \approx \sigma_v\)
  2. \(\rho \approx 0\)

then the mathematical formula for the dispersion distribution would be the Rayleigh distribution:
    \(f(r) = \frac{r}{\sigma_{RSD}^2} e^{-r^2/(2\sigma_{RSD}^2)}, \quad r \geq 0,\) and \(\sigma_{RSD}\) is the distribution shape factor known as the Radial Standard Deviation.

This is really the best case for shot dispersion. Shot groups would be round. Strictly, for the Rayleigh distribution to apply, then \(\sigma_h = \sigma_v\), in which case \(\sigma_{RSD} = \sigma_h = \sigma_v\). For the "loose" application of the Rayleigh distribution to apply, then \(\sigma_{RSD} \approx (\sigma_h + \sigma_v)/2\)


The following statistical measurements are appropriate:

  • Circular Error Probable (CEP)
  • Covering Circle Radius (CCR)
  • Diagonal
  • Extreme Spread (ES)
  • Figure of Merit (FOM)
  • Mean Radius (MR)
  • Rayleigh Distribution

Notes:

  1. The Diagonal, the Extreme Spread and the FOM are different measurements, even though they conceivable could be based on the same two shots! The Extreme Spread would only depend on the two shots most distant in separation. The the Diagonal and the FOM would depend on two to four shots. For a large number of shots we'd typically expect four different shots to define the extremes for horizontal and vertical deflection.
  2. For the measures for the CCR, the Diagonal, the GS and the FOM measurements a target would a ragged hole would be acceptable, but for the rest of the measures the {h,v} positions of each shot must be known.
  3. Experimentally the radial distance for each shot, i, is \(r_i = \sqrt{(h_i - \mu_h)^2 + (v_i - \mu_v)^2}\)
  4. The conversion to polar coordinates results in each shot having coordinates \((r, \theta)\). (a) The conversion implicitly assumes that the polar coordinates have been translated so that the center is at the Cartesian Coordinate of the true center of the population \((\bar{h}, \bar{v})\). (b) The distribution of \(\theta\) is assumed to be entirely random and hence irrelevant. This assumption is testable. (c) The distribution is thus converted from a two-variable distribution to a one-variable distribution.

Elliptical Shot Distribution

Case 2, Equal variances and correlated

Given:

  1. \(\sigma_h \approx \sigma_v\)
  2. \(\rho \neq 0\)
  3. The {h,v} position of each shot must be known.

The following statistical measurement is appropriate:

  • Elliptic Error Probable

Case 3, Unequal variances and uncorrelated

Given:

  1. \(\sigma_h \neq \sigma_v\)
  2. \(\rho \approx 0\)
  3. The {h,v} position of each shot must be known.

then the mathematical formula for the dispersion distribution would be:
    \( f(h,v) = \frac{1}{2 \pi \sigma_h \sigma_v} \exp\left( -\frac{1}{2}\left[ \frac{h^2}{\sigma_h^2} + \frac{v^2}{\sigma_v^2} \right] \right) \)

  • Elliptic Error Probable

The following statistical measurements are appropriate:

  • Individual Horizontal and Vertical variances

In this case the horizontal and vertical standard deviations could be determined independently from the horizontal and vertical measurements respectively.

Case 4, Unequal variances and correlated (Hoyt Distribution)

Given:

  1. \(\sigma_h \neq \sigma_v\)
  2. \(\rho \neq 0\)
  3. The {h,v} position of each shot must be known.

then the mathematical formula for the dispersion distribution would be:
    \( f(h,v) = \frac{1}{2 \pi \sigma_h \sigma_v \sqrt{1-\rho^2}} \exp\left( -\frac{1}{2(1-\rho^2)}\left[ \frac{h^2}{\sigma_h^2} + \frac{v^2}{\sigma_v^2} - \frac{2\rho h v}{\sigma_h \sigma_v} \right] \right) \)

This mathematical formula will be called the General Bivariate Gaussian distribution. This is really the most complex case for shot dispersion. Shot groups would be elliptical or egg-shaped.

Related topics

See also the following topics which are closely related:

  • Error Propagation - A basic discussion of how errors propagate when making measurements.
  • Stringing - Definition of stringing and how it can be handled

References




Next: Precision Models