e2dist: Calculate Distances between Transformed Residuals and...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function calcualtes three types of distance between the empirical distribution of transformed residuals and standard normal.

Usage

1
e2dist(e.tran)

Arguments

e.tran

a vector which indicates the transformed residuals

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.

Value

A vector with length 3 containing "Discrete Hellinger", "Smooth Hellinger" and "Kolmogorov" distances.

Author(s)

Liang Jing ljing918@gmail.com

See Also

tranR, baseline.dist, pOne.

Examples

1
2
3
4
## Not run: 
require(distrEx)
e2dist(rnorm(200))       
## End(Not run)

geoCount documentation built on May 2, 2019, 12:38 a.m.

Related to e2dist in geoCount...