iqr

pylluminator.stats.iqr(data: array) float

Get InterQuartile Range, defined by the difference between the 75th percentile (Q3) and the 25th percentile (Q1)

Parameters:

data (numpy.ndarray) – input data

Returns:

the IQR value

Return type:

float