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

psr: a skos:ConceptScheme .
psr:-TJ3D0TLH-0
  skos:definition """La méthode des moments est un outil d'estimation intuitif qui date du début des statistiques. Elle consiste à estimer les paramètres recherchés en égalisant certains moments théoriques (qui dépendent de ces paramètres) avec leurs contreparties empiriques. L'égalisation se justifie par la loi des grands nombres qui implique que l'on peut "approcher" une espérance mathématique par une moyenne empirique. On est donc amené à résoudre un système d'équations. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/M%C3%A9thode_des_moments_(statistiques)">https://fr.wikipedia.org/wiki/M%C3%A9thode_des_moments_(statistiques)</a>)"""@fr, """In statistics, the method of moments is a method of estimation of population parameters. The same principle is used to derive higher moments like skewness and kurtosis. It starts by expressing the population moments (i.e., the expected values of powers of the random variable under consideration) as functions of the parameters of interest. Those expressions are then set equal to the sample moments. The number of such equations is the same as the number of parameters to be estimated. Those equations are then solved for the parameters of interest. The solutions are estimates of those parameters. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Method_of_moments_(statistics)">https://en.wikipedia.org/wiki/Method_of_moments_(statistics)</a>)"""@en ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-HTRLKD5K-S ;
  skos:prefLabel "méthode des moments"@fr, "method of moments"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/M%C3%A9thode_des_moments_(statistiques)>, <https://en.wikipedia.org/wiki/Method_of_moments_(statistics)> .

psr:-HTRLKD5K-S
  skos:prefLabel "statistique mathématique"@fr, "mathematical statistics"@en ;
  a skos:Concept ;
  skos:narrower psr:-TJ3D0TLH-0 .

