Learn R Programming

staTools (version 0.1.0)

data_cdf: Data Cumulative Distribution Function

Description

Empirical Cumulative Distribution Function of Data.

Usage

data_cdf(x)

Arguments

x
A vector of observations.

Examples

Run this code
x = rdispl(n = 1e4, xmin = 10, alpha = 2.5, xmax = 1e5)
ecdf = data_cdf(x)

Run the code above in your browser using DataLab