@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/t_distribution>
  skos:definition "a distribution of t values which varies according to the number of cases in a sample. It becomes increasingly similar to a z or normal distribution the bigger the sample. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n583.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; t distribution</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/inferential_statistics> ;
  skos:prefLabel "t distribution"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/t_distribution> .

<https://concepts.sagepub.com/social-science/concept/inferential_statistics>
  skos:prefLabel "inferential statistics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/t_distribution> .

