Skip to content

Enum: NormalityTestEnum

Goodness of fit tests commonly used to assess whether a sample is drawn from a normally distributed population

URI: valuesets:NormalityTestEnum

View in BioPortal

Permissible Values

Value Title Meaning Description
SHAPIRO_WILK Shapiro-Wilk test STATO:0000077 Tests the null hypothesis that a sample comes from a normal distribution
KOLMOGOROV_SMIRNOV Kolmogorov-Smirnov test STATO:0000083 Tests whether a sample is drawn from a specified continuous probability distribution
ANDERSON_DARLING Anderson-Darling test STATO:0000042 Tests whether a sample is drawn from a given probability distribution, with added sensitivity in the tails

Slots

Name Description
normality_test The test used to assess whether data follow a normal distribution

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: NormalityTestEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Goodness of fit tests commonly used to assess whether a sample is drawn
  from a normally distributed population
title: Normality Test
from_schema: https://w3id.org/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  SHAPIRO_WILK:
    text: SHAPIRO_WILK
    description: Tests the null hypothesis that a sample comes from a normal distribution
    meaning: STATO:0000077
    title: Shapiro-Wilk test
  KOLMOGOROV_SMIRNOV:
    text: KOLMOGOROV_SMIRNOV
    description: Tests whether a sample is drawn from a specified continuous probability
      distribution
    meaning: STATO:0000083
    title: Kolmogorov-Smirnov test
  ANDERSON_DARLING:
    text: ANDERSON_DARLING
    description: Tests whether a sample is drawn from a given probability distribution,
      with added sensitivity in the tails
    meaning: STATO:0000042
    title: Anderson-Darling test