Performs a mathematical transformation of the data and checks if the transformed data deviate in their distribution from a normal distribution.
Univariate graphical analysis of the distribution of transformed feature values. Upper left: Histogram of the feature values. The blue line shows a model in form of a normal distribution whose parameters have been optimized to best describe the distribution. Lower left: Point plot of the residuals between the model and the transformed values from the upper left graph. Upper right: QQ-plot between the transformed data and the optimized model. Lower right: Histogram of the residuals between the model and the transformed data.
Model parameter of the normal distribution that best describes the transformed feature.
Result of the statistical tests of the transformed feature for normality. The Shapiro-Wilk test, the Lilliefors (Kolmogorov-Smirnov) test, and the Anderson-Darling test are performed.
A tabular overview of the parameters on which the data transformation is based.
The model parameters of the Optimized Normal Distributions.
Estimates of the agreement between the optimized models and the values of the transformed data set.
The results of the tests for normality for the complete data set.
The transformed data set.