Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 4.64 KB

README.md

File metadata and controls

33 lines (21 loc) · 4.64 KB

Chapter 6 Transformations


Atkinson,A.C., Riani,M., Corbellini,A., Perrotta D., and Todorov,V. (2023), "Applied Robust Statistics through the Monitoring Approach: Applications in Regression", Heidelberg: Springer Nature.

Abstract

For observations from a known distribution, the variance stabilizing transformation yields approximately normally distributed transformed variables. For data, the Box-Cox family of power transformations, indexed by a parameter $\lambda$, provides a widely applicable method for transformation of positive response data to approximate normality. The chapter describes procedures for making the transformation robust and extending the robustness to more general problems. An approximate score test for the null value $\lambda_0$ is developed in section 6.1.2. A significant value leads to rejection of the value $\lambda_0$. Using the FS to monitor the score test for a set of values of $\lambda_0$ leads in section 6.1.3 to the "Fan Plot". This reveals the effect of outliers on the estimated transformation and so to the deletion of outliers and selection of a value of $\lambda$ for further data analysis. Section 6.2 develops related procedures (the extended Yeo-Johnson transformation) for data which can be positive or negative. The approach is visual, being based on the interpretation of fan plots. Section 6.3 provides an automatic procedure for estimating these transformations using quantities calculated from fan plots. Transformation procedures when the responses are proportions or percentages follow, as well as transformations of both sides of a statistical model.

YouTube videos YouTube Logo

Parametric transformation of the response

Code to reproduce Figures and Tables in this Chapter

FileName Description Open in MATLAB on line Jupiter notebook
BalanceSheets.m Balance sheets data.
This file creates Figure 6.12-6.13 and Table 6.2.
Open in MATLAB Online [ipynb]
BalanceSheetsInteractive.m Balance sheets data
This file creates Figure 6.14
Open in MATLAB Online [ipynb]
InvestmentFunds.m Investment Funds data.
This file creates Figures 6.8-6.11 and Table 6.1.
Open in MATLAB Online [ipynb]
LoyaltyCards.m Loyalty cards data
This file creates Figures 6.2-6.6. Note that: Figures 6.15-6.16 are created by file LoyaltyCardsBICplots.m
Open in MATLAB Online [ipynb]
LoyaltyCardsBICplots.m Loyalty cards data.
This file creates Figures 6.15-6.16. Note that Figures 6.2-6.6 are created by file LoyaltyCards.m.
Open in MATLAB Online [ipynb]
Mandible.m Mandible Length data.
This file creates Figure 6.17.
Open in MATLAB Online [ipynb]
MentalIllness.m Mental Illness data.
This file creates Figure 6.7.
Open in MATLAB Online [ipynb]
SurgicalUnitFanplot.m Surgical Unit data.
This file creates Figure 6.1.
Open in MATLAB Online [ipynb]