@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-F7H3K8H1-0
  skos:prefLabel "coefficient binomial"@fr, "binomial coefficient"@en ;
  a skos:Concept ;
  skos:related psr:-WM7JPRRL-8 .

psr:-K9FXDR6F-N
  skos:prefLabel "loi de probabilité"@fr, "probability distribution"@en ;
  a skos:Concept ;
  skos:narrower psr:-WM7JPRRL-8 .

psr:-WM7JPRRL-8
  skos:broader psr:-K9FXDR6F-N ;
  skos:prefLabel "loi binomiale négative"@fr, "negative binomial distribution"@en ;
  skos:inScheme psr: ;
  skos:related psr:-F7H3K8H1-0 ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Loi_binomiale_n%C3%A9gative>, <https://en.wikipedia.org/wiki/Negative_binomial_distribution> ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:definition """In probability theory and statistics, the negative binomial distribution is a discrete probability distribution that models the number of failures in a sequence of independent and identically distributed Bernoulli trials before a specified (non-random) number of successes (denoted r) occurs. For example, we can define rolling a 6 on a die as a success, and rolling any other number as a failure, and ask how many failure rolls will occur before we see the third success (r=3). In such a case, the probability distribution of the number of failures that appear will be a negative binomial distribution. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Negative_binomial_distribution">https://en.wikipedia.org/wiki/Negative_binomial_distribution</a>)"""@en, """En probabilité et en statistiques, une loi binomiale négative est la distribution de probabilité discrète du nombre d'échecs dans une série d'épreuves de Bernoulli indépendantes et identiquement distribuées jusqu'à avoir un nombre fixe n de succès. Par exemple, c'est la distribution de probabilité du nombre de piles obtenus dans une série de pile ou face jusqu'à avoir vu n faces. Plus précisément, elle décrit la situation suivante : une expérience consiste en une série de tirages indépendants, donnant un succès avec probabilité p (constante durant toute l'expérience) et un échec avec une probabilité complémentaire 1-p. Cette expérience se poursuit jusqu'à l'obtention d'un nombre donné n de succès. La variable aléatoire représentant le nombre d'échecs, avant l'obtention du nombre donné n de succès, suit alors une loi binomiale négative. Ses paramètres sont : le nombre n de succès attendus, et la probabilité p d'un succès. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Loi_binomiale_n%C3%A9gative">https://fr.wikipedia.org/wiki/Loi_binomiale_n%C3%A9gative</a>)"""@fr ;
  a skos:Concept ;
  dc:created "2023-07-27"^^xsd:date .

