Enum: Bias Correction Method (BiasCorrectionAppliedEnum)
Whether and how bias correction has been applied.
URI: envar:enum/BiasCorrectionAppliedEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| none | None | No bias correction applied |
| quantile_mapping | None | Quantile-mapping bias correction |
| linear_scaling | None | Linear scaling bias correction |
| delta_method | None | Delta-method bias correction |
| other | None | Some other bias-correction method has been applied |
Slots
| Name | Description |
|---|---|
| bias_correction_applied | Whether and how bias correction has been applied |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/microschemas/envar
LinkML Source
name: BiasCorrectionAppliedEnum
description: Whether and how bias correction has been applied.
title: Bias Correction Method
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
none:
text: none
description: No bias correction applied.
quantile_mapping:
text: quantile_mapping
description: Quantile-mapping bias correction.
linear_scaling:
text: linear_scaling
description: Linear scaling bias correction.
delta_method:
text: delta_method
description: Delta-method bias correction.
other:
text: other
description: Some other bias-correction method has been applied.