Statistics:Descriptive Statistics:Dixon's Q Test
Perform Dixon's Q-test to identify outliers
Minimum Origin Version Required: 9.0 SR0
Menu accessible from 9.1 SR0
1. qtest
2. qtest ix:=col(2)[1:7] alpha:=0.01
3. qtest ix:=col(1)[3:10] alpha:=0.05 box:=1
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | ix |
Input vector |
|
Must be 3 to 10 data from one column. |
Significance Level | alpha |
Input double |
|
Option list:
|
Data Point with Largest Q | ox |
Output double |
|
The value of the suspected point |
Data Index with Largest Q | index |
Output int |
|
Row index of suspected point |
Largest Q Value | qstat |
Output double |
|
The calculated Q value from suspected point |
Critical Q Value | critical |
Output double |
|
The critical Q value at the specified significance level |
Test Significance | sig |
Output int |
|
sig=1 means there is an outlier, sig=0 means there is no outlier |
Conclusion | conclusion |
Output string |
|
A statement of conclusion indicating the statistical result |
Outlier Plot | box |
Input int |
|
Specify whether to generate an outlier plot. box=1 means to generate, and box=0 means not to generate. |
Qtest Plot Data | rd |
Output ReportData |
|
The worksheet range to put the plot data for outlier plot, if generating an outlier plot is selected. |
Qtest Report | rt |
Output ReportTree |
|
The worksheet range to put the report table. |
Used to test outlier for a dataset with 3 to 10 data points, at significance level 0.01, 0.05 or 0.1.
For a series of results from repeated measurements:
Stephen L R. Ellison, Vicki J. Barwick and Trevor J Duguid. Farrant. 2009. Practical Statistics for the Analytical Scientist. The Royal Society of Chemistry, Cambridge, UK.