missionbio.mosaic.utils.clipped_values#

missionbio.mosaic.utils.clipped_values(values)#

Cut at the 1st and 99th percentiles.

Parameters
valueslist-like

List of float or int values.

Returns
2-tuple

It contains the values corresponding to the 1st percentile and 99th percentile of the given values.