Skip to main content

ProbabilityAboveCutoff

GitHub source

ProbabilityAboveCutoff

evo.compute.tasks.geostatistics.location_wise.ProbabilityAboveCutoff

Configuration for probability-above-cutoff operation.

For each cutoff value, the task computes P(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?