hinkley {LearnEDA}R Documentation

Hinkley's quick method

Description

Computes Hinkley's simple measure of asymmetry of a batch.

Usage

hinkley(d)

Arguments

d numeric vector of values

Value

Hinkley's measure of asymmetry

Author(s)

Jim Albert

Examples

data(state)
raw=state.x77[,"Population"]
hinkley(raw)
logs=log(raw)
hinkley(logs)

[Package LearnEDA version 1.01 Index]