Median Polish
   HOME

TheInfoList



OR:

The median polish is a simple and robust
exploratory data analysis In statistics, exploratory data analysis (EDA) is an approach of data analysis, analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods. A statistical model can be used or ...
procedure proposed by the statistician
John Tukey John Wilder Tukey (; June 16, 1915 – July 26, 2000) was an American mathematician and statistician, best known for the development of the fast Fourier Transform (FFT) algorithm and box plot. The Tukey range test, the Tukey lambda distributi ...
. The purpose of median polish is to find an additively-fit model for data in a two-way layout table (usually, results from a
factorial experiment In statistics, a factorial experiment (also known as full factorial experiment) investigates how multiple factors influence a specific outcome, called the response variable. Each factor is tested at distinct values, or levels, and the Experiment ...
) of the form row effect + column effect + overall median. Median polish utilizes the medians obtained from the rows and the columns of a two-way table to iteratively calculate the row effect and column effect on the data. The results are not meant to be sensitive to the outliers, as the iterative procedure uses the medians rather than the means.


Model for a two-way table

Suppose an experiment observes the variable Y under the influence of two variables. We can arrange the data in a two-way table in which one variable is constant along the rows and the other variable constant along the columns. Let ''i'' and ''j'' denote the position of rows and columns (e.g. y''ij'' denotes the value of y at the ''i''th row and the ''j''th column). Then we can obtain a simple linear regression equation: :\mathbf_ = b_0 + b_1x_i + b_2z_j + \varepsilon_, where are constants, and and are values associated with rows and columns, respectively. The equation can be further simplified if no and values are present for the analysis: :\mathbf_ = b_0 + c_i + d_j + \varepsilon_, where and denote row effects and column effects, respectively.


Procedure

To carry out median polish: (1) find the row medians for each row, find the median of the row medians, record this as the overall effect. (2) subtract each element in a row by its row median, do this for all rows. (3) subtract the overall effect from each row median. (4) do the same for each column, and add the overall effect from column operations to the overall effect generated from row operations. (5) repeat (1)-(4) until negligible change occur with row or column medians


References

*
Frederick Mosteller Charles Frederick Mosteller (December 24, 1916 – July 23, 2006) was an American mathematician, considered one of the most eminent statisticians of the 20th century. He was the founding chairman of Harvard's statistics department from 1957 to 1 ...
and
John Tukey John Wilder Tukey (; June 16, 1915 – July 26, 2000) was an American mathematician and statistician, best known for the development of the fast Fourier Transform (FFT) algorithm and box plot. The Tukey range test, the Tukey lambda distributi ...
(1977). "Data Analysis and Regression".
Reading, MA Reading ( ) is a town in Middlesex County, Massachusetts, United States, north of central Boston. The population was 25,518 at the 2020 census. History Settlement Many of the Massachusetts Bay Colony's original settlers arrived from England i ...
:
Addison-Wesley Addison–Wesley is an American publisher of textbooks and computer literature. It is an imprint of Pearson plc, a global publishing and education company. In addition to publishing books, Addison–Wesley also distributes its technical titles ...
. . * J.D. Emerson and D.C. Hoaglin (1983). "Analysis of two-way tables by medians". In "Understanding Robust and Exploratory Data Analysis", eds D. C. Hoaglin, F. Mosteller and J. W. Tukey.
New York City New York, often called New York City (NYC), is the most populous city in the United States, located at the southern tip of New York State on one of the world's largest natural harbors. The city comprises five boroughs, each coextensive w ...
:
John Wiley & Sons John Wiley & Sons, Inc., commonly known as Wiley (), is an American Multinational corporation, multinational Publishing, publishing company that focuses on academic publishing and instructional materials. The company was founded in 1807 and pr ...
. . pp. 165–210. * William N. Venables and Brian D. Ripley (2002)
Statistics Complements to Modern Applied Statistics with S
p.4–5. . * Anwar Fitrianto, Hari Wijayanto, Sohel Rana, and Cheong Yee Voon (2014). "Median Polish for Final Grades of MTH3000- and MTH4000- Level Courses". Applied Mathematical Sciences, Vol. 8, no. 126, pp. 6295-6302 {{Statistics Exploratory data analysis