Atkinson,A.C., Riani,M., Corbellini,A., Perrotta D., and Todorov,V. (2024), "Applied Robust Statistics through the Monitoring Approach: Applications in Regression", Heidelberg: Springer Nature.
Unlike Chapter 6, this chapter focuses on non-parametric transformations of both the response and the explanatory variables. Transformation of the explanatory variables uses the Generalized Additive Model (GAM), described in Section 7.2. The transformation of the response iteratively applies the variance stabilizing transformation to residuals from the fitted GAM. The algorithm developed, which we call RAVAS, is a robust version of Tibshirani's AVAS (Additivity and VAriance Stabilization). The developments are presented as a series of options written in pseudo-code. In addition to robustness, three options use initial manipulation of the data to improve convergence of the back-fitting algorithm for the GAM. Section 7.4.8 introduces an improved procedure for the variance stabilizing transformation (option trapezoid
), a detailed description of which is in Section 7.4.9. Section 7.5 uses simulations to illustrate the important improvement provided by this option, whether robustness is chosen or not. Section 7.6 introduces a graphical procedure, the augmented star plot, which indicates which combinations of options lead to satisfactory models. The chapter closes with further data analyses, comparisons of AVAS and RAVAS and with references to some of the literature on non-parametric regression.
FileName | Description | Open in MATLAB on line | Jupiter notebook |
---|---|---|---|
Example1.m | Example 1 (Section 7.5.1). This file creates Figures 7.4 and 7.5 |
[ipynb] | |
Example2.m | Example 2, 4 explanatory variables (section 7.5.2). This file creates Figures 7.10-7.12 |
[ipynb] | |
ExampleWangMurphy.m | Example from Wang and Murphy This file creates Figures 7.13-7.15 |
[ipynb] | |
Fish.m | Fish data. This file creates Figures 7.16-7.19. |
[ipynb] | |
Marketing.m | Internet Marketing Data This file creates Figures 7.20-7.24 |
[ipynb] | |
SimStudyFigures.m | Simulation study to compare RAVAS with AVAS This file creates Figures 7.25 and 7.26. |
[ipynb] | |
TwoVariableModel.m | Two variable model (section 7.5.2). This file creates Figures 7.6-7.9. |
[ipynb] | |
VarianceStabilizingTransformation.m | Variance stabilizing transformation. This file creates Figures 7.1-7.3. |
[ipynb] |