@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:10128
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:definition "For a given positive natural number k, the k-th central moment of a random variable x is defined as k=E[(x−E[x])k]. That is, it is the expected value of the deviation from the mean to the power k. In particular, 0=1, 1=0 and 2 is the variance of x. [UncertML] http://www.uncertml.org/statistics/centred-moment"@en ;
  skos:broader envthes:10127 ;
  skos:prefLabel "centred moment"@en ;
  dc:creator "nsb@ceh.ac.uk"@en .

envthes:10127
  skos:prefLabel "统计学"@zh, "علم الإحصاء"@ar, "Статистика"@bg, "στατιστική"@el, "štatistika"@sk, "tilasto(t), tilastotiede"@fi, "statystyka"@pl, "statisztika"@hu, "statistiques"@fr, "statistikk (oversikt)"@no, "statistika"@sl, "Statistik"@de, "estadísticas"@es, "estatística"@pt, "statistica"@it, "statistical measure"@en, "statistică"@ro, "statistiek"@nl, "statistik"@da, "statistik"@sv, "statistika"@cs, "statistika"@et, "statistika"@hr, "statistika"@lt, "statistika"@lv ;
  skos:narrower envthes:10128 ;
  a skos:Concept .

