Ecdf Function

Calculation of the empirical distribution


Description

The function Ecdf (Empirical cumulative Distribution) is the empirical distribution function. Each number in the list is assigned the proportion of sample values that are less than or equal to each other.

Optionally, the range can be restricted with Start and Stop .

The result is a cumulative list


Syntax

Ecdf (list) = list

Ecdf (list, start, stop) = list

Example