Eicdf Function
Empirical cumulative distribution function
Description
The function Eicd (Empirical inverse cumulative Distribution) estimates distribution function (CDF) from the provided samples.
The result is the value from the cumulative list at the specified index
Optionally, the area can be restricted with Start and Stop. The values must be >=0 and <=1.
Syntax
Eicdf (list) = list
Eicdf (list, start, stop) = list
Example