In statistical theory, Chauvenet's criterion (named for
William Chauvenet
William Chauvenet (24 May 1820 in Milford, Pennsylvania – 13 December 1870 in St. Paul, Minnesota) was a professor of mathematics, astronomy, navigation, and surveying who was instrumental in the establishment of the U.S. Naval Academy at Annapo ...
) is a means of assessing whether one piece of experimental data from a set of observations is likely to be spurious – an
outlier
In statistics, an outlier is a data point that differs significantly from other observations. An outlier may be due to a variability in the measurement, an indication of novel data, or it may be the result of experimental error; the latter are ...
.
Derivation
The idea behind Chauvenet's criterion finds a probability band that reasonably contains all ''n'' samples of a data set, centred on the mean of a
normal distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
f(x) = \frac ...
. By doing this, any data point from the ''n'' samples that lies outside this probability band can be considered an
outlier
In statistics, an outlier is a data point that differs significantly from other observations. An outlier may be due to a variability in the measurement, an indication of novel data, or it may be the result of experimental error; the latter are ...
, removed from the data set, and a new mean and standard deviation based on the remaining values and new sample size can be calculated. This identification of the outliers will be achieved by finding the number of standard deviations that correspond to the bounds of the probability band around the mean (
) and comparing that value to the absolute value of the difference between the suspected outliers and the mean divided by the sample standard deviation (Eq.1).
where
*
is the maximum allowable deviation,
*
is the absolute value,
*
is the value of suspected outlier,
*
is sample mean, and
*
is sample standard deviation.
In order to be considered as including all
observations in the sample, the probability band (centered on the mean) must only account for
samples (if
then only 2.5 of the samples must be accounted for in the probability band). In reality we cannot have partial samples so
(2.5 for
) is approximately
. Anything less than
is approximately
(2 if
) and is not valid because we want to find the probability band that contains
observations, not
samples. In short, we are looking for the probability,
, that is equal to
out of
samples (Eq.2).
where
*
is the probability band centered on the sample mean and
*
is the sample size.
The quantity
corresponds to the combined probability represented by the two tails of the normal distribution that fall outside of the probability band
. In order to find the standard deviation level associated with
, only the probability of one of the tails of the normal distribution needs to be analyzed due to its symmetry (Eq.3).
where
*
is probability represented by one tail of the normal distribution and
*
= sample size.
Eq.1 is analogous to the
-score equation (Eq.4).
where
*
is the
-score,
*
is the sample value,
*
is the mean of standard normal distribution, and
*
is the standard deviation of standard normal distribution.
Based on Eq.4, to find the
(Eq.1) find the z-score corresponding to
in a
-score table.
is equal to the score for
. Using this method
can be determined for any sample size. In Excel,
can be found with the following formula: =ABS(NORM.S.INV(1/(4''n''))).
Calculation
To apply Chauvenet's criterion, first calculate the
mean
A mean is a quantity representing the "center" of a collection of numbers and is intermediate to the extreme values of the set of numbers. There are several kinds of means (or "measures of central tendency") in mathematics, especially in statist ...
and
standard deviation
In statistics, the standard deviation is a measure of the amount of variation of the values of a variable about its Expected value, mean. A low standard Deviation (statistics), deviation indicates that the values tend to be close to the mean ( ...
of the observed data. Based on how much the suspect datum differs from the mean, use the
normal distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
f(x) = \frac ...
function (or a table thereof) to determine the
probability
Probability is a branch of mathematics and statistics concerning events and numerical descriptions of how likely they are to occur. The probability of an event is a number between 0 and 1; the larger the probability, the more likely an e ...
that a given data point will be at the value of the suspect data point. Multiply this probability by the number of data points taken. If the result is less than 0.5, the suspicious data point may be discarded, i.e., a reading may be rejected if the probability of obtaining the particular deviation from the mean is less than
.
Example
For instance, suppose a value is measured experimentally in several trials as 9, 10, 10, 10, 11, and 50, and we want to find out if 50 is an outlier.
First, we find
.
Then we find
by plugging
into the
Quantile Function
In probability and statistics, the quantile function is a function Q: ,1\mapsto \mathbb which maps some probability x \in ,1/math> of a random variable v to the value of the variable y such that P(v\leq y) = x according to its probability distr ...
.
Then we find the z-score of 50.
From there we see that
and can conclude that 50 is an outlier according to Chauvenet's Criterion.
Peirce's criterion
Another method for eliminating spurious data is called ''
Peirce's criterion In robust statistics, Peirce's criterion is a rule for eliminating outliers from data sets, which was devised by Benjamin Peirce.
Outliers removed by Peirce's criterion
The problem of outliers
In data sets containing real-numbered measurements, ...
''. It was developed a few years before Chauvenet's criterion was published, and it is a more rigorous approach to the rational deletion of outlier data.
[Ross, PhD, Stephen (2003). University of New Haven article. J. Engr. Technology, Fall 2003. Retrieved from https://www.researchgate.net/profile/Stephen-Ross-9.] Other methods such as
Grubbs's test for outliers
In statistics, Grubbs's test or the Grubbs test (named after Frank E. Grubbs, who published the test in 1950), also known as the maximum normalized residual test or extreme studentized deviate test, is a test used to detect outliers in a univaria ...
are mentioned under the listing for ''
Outlier
In statistics, an outlier is a data point that differs significantly from other observations. An outlier may be due to a variability in the measurement, an indication of novel data, or it may be the result of experimental error; the latter are ...
''.
Criticism
Deletion of outlier data is a controversial practice frowned on by many scientists and science instructors; while Chauvenet's criterion provides an objective and quantitative method for data rejection, it does not make the practice more scientifically or methodologically sound, especially in small sets or where a
normal distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
f(x) = \frac ...
cannot be assumed. Rejection of outliers is more acceptable in areas of practice where the underlying model of the process being measured and the usual distribution of measurement error are confidently known.
References
Bibliography
* Taylor, John R. ''An Introduction to Error Analysis''. 2nd edition. Sausalito, California: University Science Books, 1997. pp 166–8.
* Barnett, Vic and Lewis, Toby. "Outliers in Statistical Data". 3rd edition. Chichester: J.Wiley and Sons, 1994. {{ISBN, 0-471-93094-6.
*Aicha Zerbet, Mikhail Nikulin. A new statistics for detecting outliers in exponential case, Communications in Statistics: Theory and Methods, 2003, v.32, pp. 573–584.
Chauvenet
Statistical outliers