lib.mpi.weighted_quantile_array¶
- lib.mpi.weighted_quantile_array(data, q, weights=None, axis=None, interpolation='linear', mpicomm=None)¶
Return weighted array quantiles. See
utils.weighted_quantile(). Naive implementation: array is gathered before taking quantile.