This is a free preview. For full access
Chemical Applications of Statistical Analyses
Grubbs Test for Spotting Data Outliers
Description
The Grubbs test is a statistical way to spot a possible outlier in a data set. It is used when the data is assumed to follow a normal distribution. A Grubbs test helps decide whether one unusual numerical value should be treated as a true outlier.
To run a two-tailed Grubbs test, first find the a...
Show More
Transcript
グラブスの検定は、ディクソンのQ検定と同様に、正規分布を持つデータの外れ値を特定するための統計的検定です。ここでは、観測値の数は 7 以上である必要があります。
特定のデータセットについて、この検定では、サンプルの標準偏差に対する疑わしい値と平均値との絶対差の比であるグラブスの統計量Gを計算します。
次に、計算されたG値は、特定の信頼水準および観測値の数に対するGの表形式の臨界値と比較されます。
計算された G 値が G の臨界値を超えると、疑わしい観測値はデータの外れ値と見なされ、拒否されます。
あるいは、計算された <...
Show More