e2dist: Calculate Distances between Transformed Residuals and Standard Normal
Description
This function calcualtes three types of distance between the empirical distribution of transformed residuals and standard normal.
Usage
e2dist(e.tran)
Arguments
e.tran
a vector which indicates the transformed residuals
Value
A vector with length 3 containing "Discrete Hellinger", "Smooth Hellinger" and "Kolmogorov" distances.
Details
HellingerDist and KolmogorovDist functions in {distrEx} are used to compute the distances. See ?HellingerDist and ?KolmogorovDist for details about how the distances are computed.