Learn R Programming

texmex (version 2.1)

edf: Compute empirical distribution function

Description

Compute the empirical distribution function

Usage

edf(x, na.last = NA)

Arguments

x
A numeric vector
na.last
How to treat missing values. See rank for details.

Value

A vector of quantiles relating to the observations in x.

See Also

copula

Examples

Run this code
plot(winter$NO, edf(winter$NO))   

Run the code above in your browser using DataLab