Skip to main content

MeanAboveCutoff

GitHub source

MeanAboveCutoff

evo.compute.tasks.geostatistics.location_wise.MeanAboveCutoff

Configuration for mean-above-cutoff operation.

For each cutoff value, the task computes E[X | X > cutoff] at every location across all realizations.

cutoffs

cutoffs: list[float] = Field(min_length=1)

List of cutoff values. Must contain at least one value.

Was this page helpful?