Skip to content

Enum: Uncertainty Type (UncertaintyTypeEnum)

Kind of per-value uncertainty.

URI: envar:enum/UncertaintyTypeEnum

Permissible Values

Value Meaning Description
standard_error None Standard error of the value
prediction_interval None Prediction interval; the percentile (e
ensemble_std_dev None Standard deviation across ensemble members
monte_carlo_std_dev None Standard deviation from Monte Carlo sampling

Slots

Name Description
per_value_uncertainty_type Kind of per-value uncertainty captured in the column named by `DataLayout

Identifier and Mapping Information

Schema Source

LinkML Source

name: UncertaintyTypeEnum
description: Kind of per-value uncertainty.
title: Uncertainty Type
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  standard_error:
    text: standard_error
    description: Standard error of the value.
  prediction_interval:
    text: prediction_interval
    description: Prediction interval; the percentile (e.g. 95 %) is captured implicitly
      in the producer documentation.
  ensemble_std_dev:
    text: ensemble_std_dev
    description: Standard deviation across ensemble members.
  monte_carlo_std_dev:
    text: monte_carlo_std_dev
    description: Standard deviation from Monte Carlo sampling.