My Publications

Books

An Introduction to Statistical Learning, with Applications in Python

by Gareth James, Daniela Witten, Trevor Hastie, Rob Tibshirani and Jonathan Taylor (July 2023). This book (ISLP) differs from the R book (ISLR2) in that the labs at the end of each chapter are implemented in Python.

Book Homepage and Resources

Book pdf

An Introduction to Statistical Learning with Applications in R (second edition)

by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani (August 2021) 3 new chapters (+179 pages), including Deep Learning

Book Homepage and Resources

Book.pdf

An Introduction to Statistical Learning with Applications in R

by Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani (June 2013)

Book Homepage

pdf (9.4Mb, 7th corrected printing)

The Elements of Statistical Learning: Data Mining, Inference, and Prediction

by Trevor Hastie, Robert Tibshirani, and Jerome Friedman (2001)

Book Homepage
Statistical Models in S

edited by John Chambers and Trevor Hastie (1991)

Generalized Additive Models

by Trevor Hastie and Robert Tibshirani (1990)

Papers

The research reported here was partially supported by grants from the National Science Foundation and the National Institutes of Health.

For medical papers see also


2025

  • F. Ferretti, J. Jenrette, S. Moro, C. Butner, E. Fox, S. H. D. Haddock, S. J. Jorgensen, T. Hastie, F. Micheli From Data Deficient to Big Data in Shark Conservation. Citizen science is increasingly harnessed worldwide to gather data otherwise requiring a prohibitive investment of funding and time. Crowdsourcing and social network mining can be used to quickly and cost-effectively fill major gaps in knowledge necessary to protect endangered populations. Sharks are among the most endangered and data-poor vertebrates in the ocean. Fish and Fisheries, 2025.

  • Emmanuel Candes, Trevor Hastie, Ked Hogan, Ronal Kahn, Robert Luo and Asher Spector Thematic Investing: a Risk-based Perspective. We propose a risk-based definition of a thematic basket and focus on themes that involve significant transient correlations of residual returns. We present a bootstrapping style approach to determine the statistical significance of the average pairwise correlation among stocks in a thematic basket. The thematic baskets with statistically significant average pairwise correlation will have risk levels above predictions. SSRN July 11, 2025.

  • Sourav Chatterjee, Trevor Hastie and Rob Tibshirani. Univariate Guided Sparse Regression. In this paper, we introduce "UniLasso" -- a novel statistical method for sparse regression. This two-stage approach preserves the signs of the univariate coefficients and leverages their magnitude. Both of these properties are attractive for stability and interpretation of the model. The link above points to the published paper at Harvard Data Science Review (2025), followed by ten contributed discussions, and our rejoinder.

2024

  • James Yang and Trevor Hastie. A Fast Coordinate Descent Method for High-Dimensional Non-Negative Least Squares using a Unified Sparse Regression Framework. We develop theoretical results that establish a connection across various regression methods such as non-negative least squares, bounded variable least squares, simplex constrained least squares, and lasso. In particular, we show in general that a polyhedron constrained least squares problem admits a locally unique sparse solution in high dimensions.

  • James Yang and Trevor Hastie. Note on the Equivalence of Orthogonalizing EM and Proximal Gradient Descent. Xiong et al. (Technometrics 2016) developed a method called orthogonalizing EM (OEM) to solve penalized regression problems for tall data. While OEM is developed in the context of the EM algorithm, we show that it is, in fact, an instance of proximal gradient descent, a popular first-order convex optimization algorithm. Technometrics (2024).

  • Tetiana Parshakova, Trevor Hastie, Stephen Boyd. Fitting Multilevel Factor Models. We examine a special case of the multilevel factor model, with covariance given by a multilevel low rank (MLR) matrix (see Tetiana et al in 2023 below). We develop a novel, fast implementation of the EM algorithm, tailored for multilevel factor models, to maximize the Gaussian likelihood of the observed data. This method accommodates any hierarchical structure and maintains linear time and storage complexities per iteration. This is achieved through a new efficient technique for computing the inverse of the positive definite MLR matrix. This paper is accompanied by an open-source Python package that implements the proposed methods. SIAM Journal on Matrix Analysis and Applications (August 2025).

  • Asher Spector, Rina Foygel Barber, Trevor Hastie, Ronald N. Kahn, Emmanuel Candès. The mosaic permutation test: an exact and nonparametric goodness-of-fit test for factor models. Financial firms rely on factor models to explain correlations among asset returns. After major events, e.g., COVID-19, analysts may reassess whether existing models continue to fit well: specifically, after accounting for the factor exposures, are the residuals of the asset returns independent? With this motivation, we introduce the mosaic permutation test, a nonparametric goodness-of-fit test for preexisting factor models.

  • James Yang and Trevor Hastie. A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent. We develop an efficient algorithm for solving the group lasso/elastic net penalized regression problem. Our package adelie (implemented in Python and also in R with a package on CRAN) appears to be faster by factors of 3 to 10 than the next fastest package on CRAN for wide data. We deliver solutions for all the GLM and other families in glmnet, and when all the groups are size 1, the package matches the performance of glmnet.

2023

  • Ley C, Heath F, Hastie T, Gao Z, Protsiv M, Parsonnet J. Defining usual oral temperature ranges in outpatients using an unsupervised learning algorithm. JAMA Intern Med. Published online September 5, 2023. We built a model for making temperature predictions using personal demographics. Check out the temperature tool.

  • Elena Tuzhilina, Trevor Hastie and Mark Segal. Statistical Curve Models For Inferring 3D Chromatin Architecture. We describe new methodology for reconstructing three dimensional (3D) chromatin structure from conformation-capture assays (such as Hi-C). We use smoothing-spline penalties to create a continuous family of smooth curves. In addition we fit these models using loss functions more appropriate to the sparsity of the data at hand. These include zero-inflated Poisson and negative binomial losses. Annals of Applied Statistics, 2024.

  • Tetiana Parshakova, Trevor Hastie, Eric Darve, Stephen Boyd. Factor Fitting, Rank Allocation, and Partitioning in Multilevel Low Rank Matrices. We consider multilevel low rank (MLR) matrices, defined as a row and column permutation of a sum of matrices, each one a block diagonal refinement of the previous one, with all blocks low rank given in factored form. MLR matrices extend low rank matrices but share many of their properties, such as the total storage required and complexity of matrix-vector multiplication. We address three problems that arise in fitting a given matrix by an MLR matrix in the Frobenius norm.

  • Disha Ghandwani, Swarnadip Ghosh, Trevor Hastie, Art Owen. Scalable solution to crossed random effects model with random slopes. We develop scaleable algorithms for fitting crossed random effects model on e-commerce scale problems. Here we fit random slopes and intercepts at scale. EJS (2025).

  • Anav Sood and Trevor Hastie. A Statistical View of Column Subset Selection. We consider the problem of selecting a small subset of representative variables from a large dataset. In the computer science literature, this dimensionality reduction problem is typically formalized as Column Subset Selection (CSS). Meanwhile, the typical statistical formalization is to find an information-maximizing set of Principal Variables. This paper shows that these two approaches are equivalent, and moreover, both can be viewed as maximum likelihood estimation within a certain semi-parametric model. JRSSB (2025).

2022

  • Ismael Lemhadri, Harrison Li, Trevor Hastie. RbX: Region-based explanations of prediction models. We introduce region-based explanations (RbX), a novel, model-agnostic method to generate local explanations of scalar outputs from a black-box prediction model using only query access.

  • Elena Tuzhilina, Trevor Hastie, Daniel McDonald, J. Kenneth Tay, Robert Tibshirani. Smooth multi-period forecasting with application to prediction of COVID-19 cases. In this paper we consider the problem of multi-period forecasting that aims to predict several horizons at once. We propose a novel approach that forces the prediction to be "smooth" across horizons and apply it to two tasks: point estimation via regression and interval prediction via quantile regression. This methodology was developed for real-time distributed COVID-19 forecasting. We illustrate the proposed technique with the CovidCast dataset as well as a small simulation example. JCGS 2023 online.

  • Michael Greenacre, Patrick Groenen, Trevor Hastie, Alfonso Iodice d'Enza, Angelos Markos, and Elena Tuzhilina. Principal Component Analysis. A review article on PCA, illustrated using a variety of different applications. Nature Reviews Methods Primers 2023.

  • Samyak Rajnala, Stephen Bates, Trevor Hastie and Rob Tibshirani Confidence Intervals for the Generalisation Error of Random Forests. We use the OOB information to estimate jacknife standard errors for the OOB estimate of error.

2021

  • Added a new blog entry on Altered Priors. You build a classifier on some training data, but you would like to deploy it in a population where the class distribution (prior) is different. This comes up in case-control sampling, but also in other situations such as transfer learning.

  • Elena Tuzhilina and Trevor Hastie. Weighted Low Rank Matrix Approximation and Acceleration. We develop algorithms for computing an element-weighted low-rank matrix approximation (SVD) via projected gradient descent. We consider two acceleration schemes, Nesterov and Anderson, and discuss their implementation. We show how to scale these algorithms to high-dimensional problems.

  • Zijun Gao and Trevor Hastie. LinCDE: Conditional density estimation via Lindsey's method. Lindsey's method allows for smooth density estimation by turning the density problem into a Poisson GLM. In particular, we represent an exponential tilt function in a basis of natural splines, and use discretization to deal with the normalization. In this paper we extend the method to conditional density estimation via trees and then gradient boosting with trees. JMLR (2022). R package installable from GITHUB: install_github("ZijunGao/LinCDE"); see LinCDE vignette for examples.

  • Yosuke Tanigawa, Junyang Qian, Guhan Venkataraman, Johanne Justesen, Ruilin Li, Robert Tibshirani, Trevor Hastie, Manuel Rivas. Significant Sparse Polygenic Risk Scores across 428 traits in UK Biobank. In this survey across the more than 1,600 traits in the UK Biobank, we report 428 strongly significant (p<2.5e-5) sparse polygenic risk models, computed by the snpnet lasso model developed by this team.

  • Swarnadip Ghosh, Trevor Hastie and Art Owen. Scalable logistic regression with crossed random effects. We develop an approach for fitting crossed random-effect logisitic regression models at massive scales, with applications in ecommerce. We adapt a procedure of Schall (1991) and backfitting algorithms to achieve O(n) algorithms. EJS 2022 doi.org/10.1214/22-EJS2047

  • Zijun Gao and Trevor Hastie. DINA: Estimating Heterogenous Treatment Effects in Exponential Family and Cox Models. We extend the R-learner framework to exponential families and the Cox model. Here we define the treatment effect to be the difference in natural parameter or DINA.

  • Stephen Bates, Trevor Hastie and Rob Tibshirani. Cross-validation: what does it estimate and how well does it do it? Although CV is ubiquitous in data science, some of its properties are poorly understood. In this paper we argue that CV is better at estimating expected prediction error rather than the prediction error for the particular model fit to the training set. We also provide a method for computing the standard error of the CV estimate, which is bigger than the commonly used naive estimate which ignores the correlations in the folds. JASA, 2023, DOI

  • Elena Tuzhilina, Leonardo Tozzi and Trevor Hastie. Canonical Correlation Analysis in high dimensions with structured regularization.We develop structurally regularized versions of CCA for very high-dimensional MRI images from neuroscience experiments. Statistical Modelling, 2023, Vol 23.

  • J. Kenneth Tay, Balasubramanian Narasimhan and Trevor Hastie. Elastic Net Regularization Paths for All Generalized Linear Models. This paper describes some of the substantial enhancements to the glmnet R package ver 4.1+. All programmed GLM families are accommodated through a family() argument. We also discuss relaxed fits, and facilities for modeling stop/start data and strata in survival models. To appear, Journal of Statistical Software.

2020

2019

  • Trevor Hastie, Andrea Montanari, Saharon Rosset and Ryan Tibshirani. Surprises in High-Dimensional Ridgeless Least Squares Interpolation. Interpolating fitting algorithms have attracted growing attention in machine learning, mainly because state-of-the art neural networks appear to be models of this type. In this paper, we study minimum L2-norm ("ridgeless") interpolation in high-dimensional least squares regression. We consider both a linear model and a version of a neural network. We recover several phenomena that have been observed in large-scale neural networks and kernel machines, including the "double descent" behavior of the prediction risk, and the potential benefits of overparametrization. Annals of Statistics, 2022 50(2) pp 949-986.

  • Didier Nibbering and Trevor Hastie Multiclass-penalized logistic regression We develop a model for clustering classes in multi-class logistic regression. Computational Statistics and Data Analysis, 2022

  • Zijun Gao, Trevor Hastie and Rob Tibshirani. Assessment of heterogeneous treatment effect estimation accuracy via matching We address the difficult problem of assessing the performance of an HTE estimator. Our approach has several novelties: a flexible matching metric based on random-forest proximity scores, an optimized matching algorithm, and a match then split cross-validation scheme. Statistics in Medicine, April 2021

2018

  • Junyang Qian, Yosuke Tanigawa, Wenfei Du, Matthew Aguirre, Chris Chang, Robert Tibshirani, Manuel A. Rivas, Trevor Hastie. A Fast and Scalable Framework for Large-scale and Ultrahigh-dimensional Sparse Regression with Application to the UK Biobank. PLOS Genetics October 2020. We develop a scalable lasso algorithm for fitting polygenic risk scores at GWAS scale. There is also a BiorXiv version. Our R package snpnet combines efficient batch-wise strong-rule screening with glmnet to fit lasso regularization paths on phenotypes in the UK Biobank data.
    Here is a link to the code and scripts used in the paper https://github.com/junyangq/scripts_snpnet_paper

  • Lukasz Kidzinski and Trevor Hastie Longitudinal data analysis using matrix completion We use a regularized form of matrix completion to fit functional principal component models, and extend these to other multivariate longitudinal regression models. We have an R package fcomplete which includes three vignettes demonstrating how it can be used. Published in JCGS 2023.

2017

2016

  • Scott Powers, Trevor Hastie and Rob Tibshirani. Nuclear penalized multinomial regression with an application to predicting at-bat outcomes in baseball. Here we use a convex formulation of the reduced-rank multinomial model, in a novel application using a large dataset of baseball statistics. In special edition "Statistical Modelling for Sports Analytics", Statistical Modelling, vol. 18, 5-6: pp. 388-410.

  • Qingyuan Zhao and Trevor Hastie Causal Interpretations of Black-Box Models. We draw connections between Friedman's partial dependence plot and Pearl's back-door adjustment to explore the possibility of extracting causality statements after fitting complex models by machine learning algorithms. Finally published 2019 ASA/JBES, 39(1) 2019

  • Nicholas Boyd, Trevor Hastie, Stephen Boyd, Benjamin Recht, Michael Jordan. Saturating Splines and Feature Selection We use a convex framework based on TV (total variation) penalty norms for nonparametric regression. Saturation for degree-two splines requires the solution extrapolates as a constant beyond the range of the data. This along with an additive model formulation leads to a convex path algorithm for variable selection and smoothing with generalized additive models. JMLR 18(197):1-32, 2018

2015

  • Ian Renner, Jane Elith, Adrian Baddeley, William Fithian, Trevor Hastie, Steven Phillips, Gordana Popovic and David Warton. Point process models for presence-only analysis.. An informative review of relevant methods for analyzing presence-only data in Ecology, which ties together a number of "dueling" methods that have been used for years without clear justification. The IPP or Inhomogenous Poisson Process is the catalyst. Methods in Ecology and Evolution 2015, 6, 366–379. See also the Supplementary Information.

  • Scott Powers, Trevor Hastie and Robert Tibshirani Customized training with an application to mass spectrometric imaging of cancer tissue. Annals of Applied Statistics 9(4) (2015), 1709-1725.

  • Rakesh Achanta and Trevor Hastie Telugu OCR Framework using Deep Learning. We build an end-to-end OCR system for Telugu script, that segments the text image, classifies the characters and extracts lines using a language model.The classification module, which is the most challenging task of the three, is a deep convolutional neural network.

  • Jingshu Wang, Qingyuan Zhao, Trevor Hastie and Art Owen. Confounder Adjustment in Multiple Hypotheses Testing. (accepted, Annals of Statistics, 2016). We present a unified framework for analysing different proposals for adjusting for confounders in multiple testing (e.g. in genomics). We also provide an R package cate on CRAN that implements these different approaches. The vignette shows some examples of how to use it.

  • Alexandra Chouldechova and Trevor Hastie Generalized Additive Model Selection A method for selecting terms in an additive model, with sticky selection between null, linear and nonlinear terms, as well as the amount of nonlinearity. The R package gamsel has been uploaded to CRAN.

2014

2013

  • Lucas Janson, Will Fithian, and Trevor Hastie. Effective Degrees of Freedom: a Flawed Metaphor. The popular covariance formula for df gives some surprising results, like df>p in forward stepwise. May 2015, Biometrika

  • Stefan Wager, Trevor Hastie and Bradley Efron. Confidence Intervals for Random Forests: the Jackknife and the Infinitessimal Jackknife. We use ideas related to OOB errors to compute standard errors for bagging and random forests. Two approaches are presented, one based on the jacknife, the other on the infinitessimal jacknife. We study the bias of these estimates, as well as monte-carlo errors. . (JMLR 2014, 15 1625-1651)

  • David Warton, Bill Shipley and Trevor Hastie. CATS regression - a model-based approach to studying trait-based community assembly. We show how to use GLMs to fit community models, which are traditionally fit by maximum entropy. Apart from being a convenient platform for model fitting, a all the usual summaries, statistics and extensions of GLMs are available. ( Methods of Ecology and Evolution, September 29, 2014)

  • Hristo Paskov, Robert West, John Mitchell and Trevor Hastie. Compressive Feature Learning We use an unsupervised convex ducument compression algorithm to derive a sparse k-gram representation for a corpus of documents. This same dictionary, in the spirit of "deep learning", is as good as the original k-gram representation for document classification tasks. To appear, NIPS 2013.

  • My first blog post with Will Fithian. This post refers to concerns that were raised about cross-validation.

  • Noah Simon, Jerome Friedman and Trevor Hastie. A Blockwise Descent Algorithm for Group-penalized Multiresponse and Multinomial Regression. We use the group lasso in the context of multinomial and multi-response regression. Each variable has multiple coefficients for the different responses, and they each get selected via a group lasso penalty. Our code is an efficient implementation of block coordinate descent, and is built into the glmnet package. (submitted, on arXiv).

  • Michael Lim and Trevor Hastie. Learning interactions via hierarchical group-lasso regularization. We use the overlap group lasso in the context of a linear model to test for interactions. Our methodology can handle qualitative as well as quantitative variables. Our R package glinternet can fit linear and logistic regression models. Optimized code can handle thousands of variables (our largest example had > 20K 3-level factors). arXiv:1308.2719 (JCGS 2014, online access)

  • Michael Jordan et al. Frontiers in Massive Data Analysis. This 129 page document is the report produced by the Committee on the Analysis of Massive Data. This committee was established by the National Research Council of the National Academies, and met four times over 2011-2012 in Washington and California. Michael Jordan was the chair of the 18 member committee, made up of statisticians (5), computer scientists and mathematicians. I was a member of the committee, and was jointly responsible for Chapter 7 with David Madigan, although all committee members provided input to all chapters as well.

  • Trevor Hastie and Will Fithian. Inference from Presence-only Data: the Ongoing Controversy. This short paper argues strongly against the use of rigid parametric logistic regression models to make inferences from presence-only data in Ecology. Essentially the rigidity of the model manufactures information that is not present in the data. Ecography (2013, editors choice) Video interview with David Warton at Ecostats conference at UNSW in Sydney in July 2013. David was wearing his editor's hat for Methods in Ecology and Evolution, and the discussion centered on this paper.

  • Noah Simon, Jerome Friedman, Trevor Hastie and Rob Tibshirani. The Sparse Group Lasso By mixing L1 penalties with group-lasso L2 penalties, we achieve a sparse group lasso where some members of a group can end up being zero. JCGS, May 2013, 22(2), pages 231-245.

  • Jianqiang Wang and Trevor Hastie. Boosted Varying-Coefficient Regression Models for Product Demand Prediction. We use the varying coefficient paradigm to fit a market segmented product demand model, with boosted regression trees as the nonparametric component. JCGS

  • Julia Viladomat, Rahul Mazumder, Alex McInturff, Douglas McCauley and Trevor Hastie Assessing the significance of global and local correlations under spatial autocorrelation; a nonparametric approach. Variables collected over a spatial domain often exhibit strong spatial autocorrelation. When such variables are used in a regression, pairwise correlation analysis, or in the popular geographically weighted regression, it can be difficult to assess significance. We propose a general approach based on randomization followed by smoothing to restore the spatial correlation structure. R code code used in the paper. (Biometrics, Jan 2014)

2012

  • Will Fithian and Trevor Hastie. Finite-sample equivalence in statistical models for presence-only data. We show that a lot of different approaches to presence-only data are the same, in particular inhomogenous poisson proccesses, maxent, and naive logistic regression (when weighted appropriately). (AoAS 2013 7 (4) 1917-1939 ).

  • Jason Lee and Trevor Hastie. Learning Mixed Graphical Models. We use group-lasso regularized pseudo likelihood for learning the structure of a graphical model with mixed discrete and continuous variables. Our model respects the symmetry imposed by a Markov random field representation --- each of the potentials gets a vote from a pair of regression models (Gaussian, logistic or multinomial), where each of the pair of variables is the response and predictor. (in Arxiv), JCGS 24(1) 2015. Go to Jason Lee's webpage for matlab code and a demo.

  • Rahul Mazumder, Jerome Friedman and Trevor Hastie. Sparsenet R package on CRAN. Fits sparse solution paths for linear models (square-error loss) using coordinate descent with MC+ penalty family. Software is very fast, and can handle many thousands of variables. Functions for cross-validation, prediction, plotting etc. Based on algorithms described in SparseNet : Coordinate Descent with Non-Convex Penalties. JASA 2011, 106(495) 1125-1138.

2011

2010

2009

2008

2007

2006

2005

2004

2003

2002

2001

2000

1999

1998

  • Friedman, J., Hastie, T. and Tibshirani, R. (Published version) Additive Logistic Regression: a Statistical View of Boosting Annals of Statistics 28(2), 337-407. (with discussion)
    We show that boosting fits an additive logistic regression model by stagewise optimization of a criterion very similar to the log-likelihood, and present likelihood based alternatives. We also propose a multi-logit boosting procedure which appears to have advantages over other methods proposed so far. Here are the slides (2 per page) for my boosting talk.

  • Crellin, N., Hastie, T. and Johnstone, I. "Statistical Models for Image Sequences" Technical report, submitted to "Human Brain Mapping". We study fMRI sequences of the human brain obtained from experiments involving repetitive neuronal activity. We investigate the function form of the hemodynamic response function, and provide evidence that the commonly adopted convolution model is inadequate.

  • Hastie, T. and Tibshirani, R. Bayesian Backfitting. The Gibbs sampler looks and feels like the backfitting algorithm for fitting additive models. Indeed, a simple modification to backfitting turns it into a Gibbs sampler for spitting out samples from the "posterior" distribution for an additive fit. Statistical Science 15, no. 3 (2000), 196-223

  • Wu, T.,Hastie, T., Schmidler, S. and Brutlag, D. "Regression Analysis of Multiple Protein Structures" Models for lining up and averaging groups of protein structures.

1997

1996

  • Hastie, T. "Neural Networks", to appear in Encyclopaedia of Biostatistics. A brief survey with some personal points of view.

  • Hastie, T., and Tibshirani, R. "Classification by Pairwise Coupling" We solve a multiclass classification problem by combining all the pairwise rules. This paper builds on ideas proposed by J. Friedman. An abbreviated version is published in Advances in Neural Information Processing Systems 10, M. I. Jordan, M. J. Kearns, S. A. Solla, eds., MIT Press, 1998.

  • Hastie, T. and Tibshirani, R. "Generalized Additive Models" to appear in "Encyclopaedia of Statistical Sciences". A survey paper on GAMs.

1995

1994

1993

1992

1990

  • Hastie, T. J., and Pregibon, D. "Shrinking Trees." AT&T Bell Laboratories Technical Report (March 1990). Unpublished manuscript. Thanks to Mu Zhu for turning the pre-web technical memorandum into an online document.

1989

1987

  • Hastie, T. J., and Pregibon, D. "A new algorithm for matched case-control studies with applications to additive models." AT&T Bell Laboratories Technical Report (November 1987). Unpublished manuscript. A shorter version appeared in the proceedings of Compstat 1988

  • Hastie, T. and Little, F. Principal Profiles A nonlinear version of principal components for compositional data, that helps explain the horse-shoe effect. Published in Proceedings of the Interface Meeting (Comp.Sci and Stat), 1987.

  • Greenacre, M. and Hastie, T. A Geometric Interpretation of Correspondence Analysis There are many ways to think of CA. This paper presents it as a form of PCA, or subspace approximation in a Chi-squared metric. JASA (82) June 1987.

  • Hastie, T. A Closer Look at the Deviance The deviance for GLMs provides the analog in many ways for sum-of-squares in linear regression. This little paper surveys the connections. The American Statistician 41(1), 1987, pp 16-20

1986

1984

  • Principal Curves and Surfaces SLAC (Stanford Linear Accelerator Center) has put up a pdf version of my Ph.D thesis.

    Original principal curves and surfaces movie (youtube).


  • Generalized Additive Models: the original technical report, written by two PhD students.