Skip to content

Enum: TestTailednessEnum

Whether a statistical test allocates the significance level to one or both tails of the reference distribution

URI: valuesets:TestTailednessEnum

View in BioPortal

Permissible Values

Value Title Meaning Description
ONE_TAILED one tailed test STATO:0000286 Allocates all of the significance level to one tail, evaluating a directional alternative hypothesis
TWO_TAILED two tailed test STATO:0000287 Allocates half of the significance level to each tail, evaluating a non-directional alternative hypothesis

Slots

Name Description
test_tailedness Whether the test allocates the significance level to one or both tails

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/valuesets

LinkML Source

name: TestTailednessEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Whether a statistical test allocates the significance level to one or
  both tails of the reference distribution
title: Test Tailedness
from_schema: https://w3id.org/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  ONE_TAILED:
    text: ONE_TAILED
    description: Allocates all of the significance level to one tail, evaluating a
      directional alternative hypothesis
    meaning: STATO:0000286
    title: one tailed test
    aliases:
    - one-sided test
  TWO_TAILED:
    text: TWO_TAILED
    description: Allocates half of the significance level to each tail, evaluating
      a non-directional alternative hypothesis
    meaning: STATO:0000287
    title: two tailed test
    aliases:
    - two-sided test