@prefix mdl: <http://data.loterre.fr/ark:/67375/MDL> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mdl: a skos:ConceptScheme .
mdl:-RR85CG1F-3
  skos:prefLabel "processus stochastique"@fr, "stochastic process"@en ;
  a skos:Concept ;
  skos:narrower mdl:-WXJS6G4N-M .

mdl:-WXJS6G4N-M
  skos:exactMatch <https://en.wikipedia.org/wiki/Martingale_(probability_theory)>, <https://fr.wikipedia.org/wiki/Martingale_(calcul_stochastique)> ;
  skos:broader mdl:-RR85CG1F-3 ;
  skos:hiddenLabel "martingales"@en, "martingales"@fr, "Martingale"@en, "Martingale"@fr ;
  a skos:Concept ;
  skos:prefLabel "martingale"@fr, "martingale"@en ;
  skos:inScheme mdl: ;
  skos:definition "In probability theory, a martingale is a sequence of random variables (i.e., a stochastic process) for which, at a particular time, the conditional expectation of the next value in the sequence is equal to the present value, regardless of all prior values. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Martingale_(probability_theory)\" target=\"_blank\">https://en.wikipedia.org/wiki/Martingale_(probability_theory)</a>)"@en, " Une martingale est une séquence de variables aléatoires X_t (autrement dit un processus stochastique), telles que l'espérance mathématique E(X_t) à l'instant t t , conditionnellement à l'information disponible à un moment préalable s, notée F_s, vaut E (X_t | F_s ) = X_s (avec s ≤ t). (Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/Martingale_(calcul_stochastique)\" target=\"_blank\">https://fr.wikipedia.org/wiki/Martingale_(calcul_stochastique)</a>)"@fr .

