hinkley {LearnEDA} | R Documentation |
Computes Hinkley's simple measure of asymmetry of a batch.
hinkley(d)
d |
numeric vector of values |
Hinkley's measure of asymmetry
Jim Albert
data(state) raw=state.x77[,"Population"] hinkley(raw) logs=log(raw) hinkley(logs)