Quantile#

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

Bases: Reducer

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

Parameters#

qfloat

Quantile to compute, 0 through 1.