Learn R Programming

CoSMoS (version 2.2.0)

ECDF: Empirical cumulative distribution function

Description

Calculates the ECDF using the Weibull plotting position formula.

Computes the ECDF using the Weibull plotting position.

Usage

ECDF(x)

ECDF(x)

Value

A data.table with columns p (plotting positions) and value (sorted unique values).

a data.table with columns p (plotting positions) and value (sorted unique values), keyed on value

Arguments

x

numeric vector of values

See Also

fitDist