Skip to content

Class: ConfidenceInterval

Confidence interval specification

URI: revaise:ConfidenceInterval

```mermaid classDiagram class ConfidenceInterval click ConfidenceInterval href "../ConfidenceInterval/" ConfidenceInterval : confidence_level

  ConfidenceInterval : lower_bound

  ConfidenceInterval : upper_bound

```

Slots

Name Cardinality and Range Description Inheritance
lower_bound 1
Float
Lower bound of the interval direct
upper_bound 1
Float
Upper bound of the interval direct
confidence_level 0..1
Float
Confidence level (e direct

Usages

used by used in type used
FieldAgreement confidence_interval range ConfidenceInterval

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration

Mappings

Mapping Type Mapped Value
self revaise:ConfidenceInterval
native revaise:ConfidenceInterval

LinkML Source

Direct

name: ConfidenceInterval
description: Confidence interval specification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
slots:
- lower_bound
- upper_bound
- confidence_level
slot_usage:
  lower_bound:
    name: lower_bound
    description: Lower bound of the interval
    range: float
    required: true
  upper_bound:
    name: upper_bound
    description: Upper bound of the interval
    range: float
    required: true
  confidence_level:
    name: confidence_level
    description: Confidence level (e.g., 0.95 for 95%)
    range: float
    minimum_value: 0.0
    maximum_value: 1.0

Induced

name: ConfidenceInterval
description: Confidence interval specification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
slot_usage:
  lower_bound:
    name: lower_bound
    description: Lower bound of the interval
    range: float
    required: true
  upper_bound:
    name: upper_bound
    description: Upper bound of the interval
    range: float
    required: true
  confidence_level:
    name: confidence_level
    description: Confidence level (e.g., 0.95 for 95%)
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
attributes:
  lower_bound:
    name: lower_bound
    description: Lower bound of the interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
    rank: 1000
    owner: ConfidenceInterval
    domain_of:
    - ConfidenceInterval
    range: float
    required: true
  upper_bound:
    name: upper_bound
    description: Upper bound of the interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
    rank: 1000
    owner: ConfidenceInterval
    domain_of:
    - ConfidenceInterval
    range: float
    required: true
  confidence_level:
    name: confidence_level
    description: Confidence level (e.g., 0.95 for 95%)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
    rank: 1000
    owner: ConfidenceInterval
    domain_of:
    - ConfidenceInterval
    range: float
    minimum_value: 0.0
    maximum_value: 1.0