lorenz#

lorenz(observations)[source]#

Returns x coordinates and y coordinates for a Lorenz Curve from a list of observations.

Parameters:

observations (list) – list of observations, should be numeric

Returns:

x and y coordinates for the cdf

Return type:

Tuple[np.ndarray, np.ndarray]