Learn R Programming

texmex (version 2.4.9)

edf: Compute empirical distribution function

Description

Compute the empirical distribution function

Usage

edf(x, na.last = NA)

Value

A vector of quantiles relating to the observations in x.

Arguments

x

A numeric vector

na.last

How to treat missing values. See rank for details.

Author

Harry Southworth

See Also

copula

Examples

Run this code

plot(winter$NO, edf(winter$NO))

Run the code above in your browser using DataLab