@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:-B38WNDX1-G .

psr:-B38WNDX1-G
  skos:definition """Given two random variables that are defined on the same probability space, the joint probability distribution is the corresponding probability distribution on all possible pairs of outputs. The joint distribution can just as well be considered for any given number of random variables. The joint distribution encodes the marginal distributions, i.e. the distributions of each of the individual random variables and the conditional probability distributions, which deal with how the outputs of one random variable are distributed when given information on the outputs of the other random variable(s). 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Joint_probability_distribution">https://en.wikipedia.org/wiki/Joint_probability_distribution</a>)"""@en, """Dans certains problèmes interviennent simultanément plusieurs variables aléatoires. Mis à part les cas particuliers de variables indépendantes et de variables liées fonctionnellement, cela introduit la notion de loi de probabilité à plusieurs variables autrement appelée loi jointe. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Loi_de_probabilit%C3%A9_%C3%A0_plusieurs_variables">https://fr.wikipedia.org/wiki/Loi_de_probabilit%C3%A9_%C3%A0_plusieurs_variables</a>)"""@fr ;
  skos:broader psr:-K9FXDR6F-N ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Joint_probability_distribution>, <https://fr.wikipedia.org/wiki/Loi_de_probabilit%C3%A9_%C3%A0_plusieurs_variables> ;
  skos:prefLabel "joint probability distribution"@en, "loi de probabilité à plusieurs variables"@fr ;
  skos:altLabel "loi jointe"@fr ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept .

