Enum: AveragingCalculationMethodEnum
Specifies enumerations for the type of averaging calculation.
URI: common_domain_model:AveragingCalculationMethodEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Arithmetic | None | Refers to the calculation of an average by taking the sum of observations div... |
| Geometric | None | Refers to the calculation of an average by taking the nth root of the product... |
| Harmonic | None | Refers to the calculation of an average by taking the reciprocal of the arith... |
Slots
| Name | Description |
|---|---|
| calculationMethod | Identifies which of the Pythagorean means is being used to compute an average... |
| averagingMethod | Specifies enumerations for the type of averaging calculation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: AveragingCalculationMethodEnum
description: Specifies enumerations for the type of averaging calculation.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
Arithmetic:
text: Arithmetic
description: Refers to the calculation of an average by taking the sum of observations
divided by the count of observations.
Geometric:
text: Geometric
description: Refers to the calculation of an average by taking the nth root of
the product of n observations.
Harmonic:
text: Harmonic
description: Refers to the calculation of an average by taking the reciprocal
of the arithmetic mean of the reciprocals of the observations.