ECDF: Empirical cumulative distribution function

View source: R/ecdf.R View source: R/fitting.R

ECDFR Documentation

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)

Arguments

x

numeric vector of values

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

See Also

fitDist


CoSMoS documentation built on May 8, 2026, 1:08 a.m.