@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:-K9FXDR6F-N
  skos:prefLabel "loi de probabilité"@fr, "probability distribution"@en ;
  a skos:Concept ;
  skos:narrower psr:-S2TK2Z21-K .

psr:-S2TK2Z21-K
  skos:exactMatch <https://fr.wikipedia.org/wiki/Loi_uniforme_continue>, <https://en.wikipedia.org/wiki/Continuous_uniform_distribution> ;
  skos:prefLabel "loi uniforme continue"@fr, "continuous uniform distribution"@en ;
  skos:definition """In probability theory and statistics, the continuous uniform distributions or rectangular distributions are a family of symmetric probability distributions. Such a distribution describes an experiment where there is an arbitrary outcome that lies between certain bounds. The bounds are defined by the parameters, a and b, which are the minimum and maximum values. The interval can either be closed (i.e. [a,b]) or open (i.e. (a,b)). Therefore, the distribution is often abbreviated U(a,b), where U stands for uniform distribution. The difference between the bounds defines the interval length; all intervals of the same length on the distribution's support are equally probable. It is the maximum entropy probability distribution for a random variable X under no constraint other than that it is contained in the distribution's support. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Continuous_uniform_distribution">https://en.wikipedia.org/wiki/Continuous_uniform_distribution</a>)"""@en, """En théorie des probabilités et en statistiques, les lois uniformes continues forment une famille de lois de probabilité à densité. Une telle loi est caractérisée par la propriété suivante : tous les intervalles de même longueur inclus dans le support de la loi ont la même probabilité. Cela se traduit par le fait que la densité de probabilité d'une loi uniforme continue est constante sur son support. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Loi_uniforme_continue">https://fr.wikipedia.org/wiki/Loi_uniforme_continue</a>)"""@fr ;
  dc:modified "2024-10-18"^^xsd:date ;
  dc:created "2023-07-28"^^xsd:date ;
  skos:inScheme psr: ;
  a skos:Concept ;
  skos:altLabel "rectangular distribution"@en ;
  skos:broader psr:-K9FXDR6F-N .

