Skip to content

Enum: CorrelationCoefficientEnum

Coefficients quantifying the strength of association between two variables

URI: valuesets:CorrelationCoefficientEnum

View in BioPortal

Permissible Values

Value Title Meaning Description
PEARSON Pearson's correlation coefficient STATO:0000280 Evaluates the strength of linear association between two continuous variables
SPEARMAN Spearman's rank correlation coefficient STATO:0000201 Non-parametric measure of statistical dependence between two ranked variables
KENDALL Kendall's correlation coefficient STATO:0000240 Correlation coefficient between two ordinal or ranked variables

Slots

Name Description
correlation_coefficient The correlation coefficient used to quantify association between two variable...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: CorrelationCoefficientEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Coefficients quantifying the strength of association between two variables
title: Correlation Coefficient
from_schema: https://w3id.org/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  PEARSON:
    text: PEARSON
    description: Evaluates the strength of linear association between two continuous
      variables
    meaning: STATO:0000280
    title: Pearson's correlation coefficient
    aliases:
    - Pearson's r
  SPEARMAN:
    text: SPEARMAN
    description: Non-parametric measure of statistical dependence between two ranked
      variables
    meaning: STATO:0000201
    title: Spearman's rank correlation coefficient
    aliases:
    - Spearman's rho
  KENDALL:
    text: KENDALL
    description: Correlation coefficient between two ordinal or ranked variables
    meaning: STATO:0000240
    title: Kendall's correlation coefficient
    aliases:
    - Kendall's tau