Percentile#

class deeptrack.statistics.Percentile(feature=None, q=95, axis=None, keepdims=False, distributed=True, **kwargs)#

Bases: Reducer

Compute the q-th percentile of the data along the specified axis.

Parameters#

qfloat

Percentile to compute, 0 through 100.