e2dist {geoCount} | R Documentation |
This function calcualtes three types of distance between the empirical distribution of transformed residuals and standard normal.
e2dist(e.tran)
e.tran |
a vector which indicates the transformed residuals |
HellingerDist
and KolmogorovDist
functions in {distrEx}
are used to compute the distances. See ?HellingerDist
and ?KolmogorovDist
for details about how the distances are computed.
A vector with length 3 containing "Discrete Hellinger", "Smooth Hellinger" and "Kolmogorov" distances.
Liang Jing ljing918@gmail.com
## Not run: require(distrEx) e2dist(rnorm(200)) ## End(Not run)