Class: Uncertainty
Uncertainty information for a measured quantity.
URI: https://echemdb.github.io/metadata-schema/source_data/Uncertainty
classDiagram
class Uncertainty
click Uncertainty href "../Uncertainty/"
Uncertainty : comment
Uncertainty : negativeValue
Uncertainty : positiveValue
Uncertainty : type
Uncertainty --> "0..1" UncertaintyType : type
click UncertaintyType href "../UncertaintyType/"
Uncertainty : unit
Uncertainty : value
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Symmetric uncertainty value (±) |
|
|
0..1 |
Unit of the uncertainty value, following astropy’s string notation |
|
|
0..1 |
Upper bound (+) for asymmetric uncertainties |
|
|
0..1 |
Lower bound (-) for asymmetric uncertainties |
|
|
0..1 |
Additional information about the uncertainty estimation |
|
|
0..1 |
Type of uncertainty (absolute or relative) |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/source_data
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/source_data/Uncertainty |
native |
https://echemdb.github.io/metadata-schema/source_data/Uncertainty |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Uncertainty
description: Uncertainty information for a measured quantity.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
value:
name: value
description: Symmetric uncertainty value (±).
examples:
- value: '0.01'
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
alias: value
owner: Uncertainty
domain_of:
- Quantity
- Uncertainty
- Purity
range: float
unit:
name: unit
description: Unit of the uncertainty value, following astropy's string notation.
Use an empty string for dimensionless quantities.
examples:
- value: mol / l
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
alias: unit
owner: Uncertainty
domain_of:
- Quantity
- Uncertainty
- Purity
- DataField
- FieldUnit
range: string
positiveValue:
name: positiveValue
description: Upper bound (+) for asymmetric uncertainties.
examples:
- value: '0.02'
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: positiveValue
owner: Uncertainty
domain_of:
- Uncertainty
range: float
negativeValue:
name: negativeValue
description: Lower bound (-) for asymmetric uncertainties.
examples:
- value: '0.01'
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: negativeValue
owner: Uncertainty
domain_of:
- Uncertainty
range: float
comment:
name: comment
description: Additional information about the uncertainty estimation.
examples:
- value: Standard deviation from 3 replicate measurements
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
alias: comment
owner: Uncertainty
domain_of:
- Quantity
- Uncertainty
- Component
- Electrolyte
- ElectrolyteContainerComponent
- Atmosphere
- Source
- FigureDescription
range: string
type:
name: type
description: Type of uncertainty (absolute or relative).
examples:
- value: absolute
- value: relative
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: type
owner: Uncertainty
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- Instrumentation
- FigureDescription
- DataField
range: UncertaintyType