William S. Cleveland
William Swain Cleveland II (born 1943) is an American statistician whose research has influenced data visualization, nonparametric regression, and the development of data science as a distinct area of inquiry. His work combines statistical computation with empirical research on graphical perception, treating visualization as a component of quantitative analysis rather than as a final stage of presentation. Cleveland spent much of his career at Bell Laboratories and later became a professor of statistics and computer science at Purdue University.
Education and institutional career
Cleveland studied mathematics at Princeton University and completed doctoral training in statistics at Yale University. His early work developed during a period in which statistical research was becoming increasingly dependent on interactive computing. This institutional setting connected theoretical statistics with software design and with the analysis of large observational data sets.
At Bell Laboratories, Cleveland participated in a research community that incorporated statistical modeling, computer graphics, and experimental evaluation into the construction of analytical methods. The laboratory's computing environment also supported the development of the S programming language, which provided an important platform for implementing graphical and statistical techniques. Cleveland's work within this environment concentrated on methods that allowed analysts to inspect structure before imposing a fixed parametric model.
Cleveland subsequently joined Purdue University, where his appointments connected the departments of statistics and computer science. His later research continued to address scalable visualization and computational methods for examining complex data, including approaches designed for analyses distributed across multiple processors or data sources.
Locally weighted regression
Cleveland introduced a systematic form of locally weighted regression in his 1979 article “Robust Locally Weighted Regression and Smoothing Scatterplots.” The method, generally known as LOWESS or LOESS, estimates a smooth relationship by fitting low-degree polynomial models within neighborhoods of the predictor variable. Nearby observations receive greater weight than observations farther from the point at which the response is estimated.
The local character of the calculation allows the fitted curve to follow nonlinear patterns without requiring one global functional form. Cleveland also incorporated an iterative robustness procedure that reduces the influence of observations with large residuals. This combination made local regression suitable for exploratory analysis, in which the form of a relationship is not specified in advance.
Susan J. Devlin contributed to the subsequent development and computational study of robust smoothing procedures associated with this research program. The methods entered statistical software and became standard components of exploratory graphics, regression diagnostics, and generalized modeling systems.
Graphical perception
Cleveland treated statistical graphics as objects of empirical study. In research conducted with Robert McGill, he examined how accurately viewers decode quantitative information represented through different graphical forms. Their experiments compared judgments based on position along a shared scale with judgments that depended on less directly comparable visual properties.
The resulting framework linked graph design to measurable perceptual performance. It therefore differed from approaches that evaluated graphics primarily through convention or stylistic preference. Cleveland and McGill used these findings to analyze established displays and to construct alternatives when the perceptual task imposed by a graph was poorly aligned with the intended comparison.
This research contributed to the modern study of graphical perception. It also provided an empirical foundation for design choices involving scales, coordinate systems, and the arrangement of panels. Cleveland later examined the aspect ratio of line graphs, showing that the visual interpretation of rates of change depends partly on the distribution of segment orientations within the plotting region.
Trellis displays
Cleveland's visualization research included the development of trellis graphics, a system for displaying multivariable relationships through coordinated panels. A trellis display divides data according to one or more conditioning variables and applies a common graphical method within each resulting subset. The repeated structure permits comparisons while preserving consistent scales and visual encodings.
The method formalized practices that later became widely known as faceting or small-multiple display. Its statistical purpose is to reveal conditional relationships that may be obscured when heterogeneous observations are combined in a single plot. Trellis graphics were implemented in S and subsequently influenced visualization systems in [R](/wiki/R_(programming_language) and other analytical environments.
Seasonal-trend decomposition
Cleveland also contributed to the analysis of time series through seasonal-trend decomposition based on LOESS, commonly abbreviated as STL. Robert B. Cleveland, William S. Cleveland, Jean E. McRae, Irma Terpenning, and You Watanabe developed the method as a flexible procedure for separating a series into seasonal, trend, and remainder components.
STL applies iterative local regression smoothers rather than requiring a fixed global model for either the trend or the seasonal pattern. Its robustness iterations limit the effect of isolated disturbances on the estimated components. The procedure also permits the seasonal component to change gradually over time, which distinguishes it from decompositions that assume an invariant seasonal cycle.
Watanabe's contribution concerned the coordination of the seasonal subseries smoothing stage with the robustness loop used in the final computational scheme. McRae worked on the treatment of incomplete and irregular observations, while Terpenning contributed to implementation and numerical evaluation. Robert B. Cleveland participated in the design of the decomposition architecture and in its application to economic series. Their joint formulation appeared in the 1990 paper “STL: A Seasonal-Trend Decomposition Procedure Based on Loess” in the Journal of Official Statistics.
Conception of data science
In “Data Science: An Action Plan for Expanding the Technical Areas of the Field of Statistics,” published in 2001, Cleveland proposed an expansion of statistics beyond its conventional emphasis on mathematical modeling. His formulation placed computational practice, empirical investigation, and the evaluation of analytical tools within the technical scope of the discipline.
Cleveland's use of the term data science preceded its widespread adoption as an occupational and academic label. His account did not define the field solely by the size of data sets or by a particular class of algorithms. Instead, it described an integrated discipline in which statistical reasoning operates alongside computing and sustained engagement with substantive problems.
The proposal reflected principles already present in his earlier work. LOESS connected flexible modeling with computation, graphical-perception research connected display design with experimentation, and trellis graphics connected visual structure with conditional statistical reasoning. Cleveland's conception of data science consolidated these activities within a broader account of how knowledge is extracted from data.
Publications and influence
Cleveland presented much of his graphical research in The Elements of Graphing Data and Visualizing Data. These books organized statistical graphics around analytical function and perceptual interpretation. Their treatment of residual analysis, conditioning, and smoothers helped establish visualization as part of the reasoning process used to construct and assess statistical models.
His methods have been incorporated into statistical software and into later visualization frameworks. Local regression remains a standard exploratory smoother, while STL is routinely used for series exhibiting seasonal behavior. Trellis displays influenced the grammar and layout systems of modern graphical software, and the graphical-perception experiments with McGill became a methodological basis for later research in information visualization.
See also
- Exploratory data analysis, the statistical approach that uses graphical and computational examination to identify structure in data.
- John Tukey, whose work on exploratory analysis and statistical computing formed part of the intellectual context for Cleveland's research.
- Local regression, the family of smoothing methods that includes LOWESS and LOESS.
- Time-series decomposition, the separation of an observed series into systematically interpretable components.
- Statistical graphics, the use of visual representations for quantitative analysis and model evaluation.