@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/geometric_distribution>
  skos:definition "A geometric distribution is used to model the number of failures (n − 1) of a binomial distribution before the first success (r). It is a special case of the NEGATIVE BINOMIAL DISTRIBUTION, or PASCAL DISTRIBUTION, when r = 1. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n372.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Geometric Distribution</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/probability> ;
  skos:prefLabel "geometric distribution"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/probability>
  skos:prefLabel "probability"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/geometric_distribution> .

