Différences entre versions de « Commande VarianceEchantillon »

De GeoGebra Manual
Aller à : navigation, rechercher
m (Robot : Remplacement de texte automatisé (-{{command +{{command|cas=true))
Ligne 2 : Ligne 2 :
  
 
;VarianceEchantillon[ <Liste Nombres> ] :Retourne la [[w:fr:Variance_(statistiques_et_probabilités)#Estimation|variance d'échantillon]] de la liste de nombres donnée.
 
;VarianceEchantillon[ <Liste Nombres> ] :Retourne la [[w:fr:Variance_(statistiques_et_probabilités)#Estimation|variance d'échantillon]] de la liste de nombres donnée.
 +
 +
<math>\frac{1}{n-1}\sum_{i=1}^{i=n} x_i^2 - \frac{n}{n-1} \overline{x}^2 </math>
  
  
Ligne 7 : Ligne 9 :
  
 
;VarianceEchantillon[ <Liste Nombres> ]
 
;VarianceEchantillon[ <Liste Nombres> ]
: {{Example|1= <code>VarianceEchantillon[{x, y, z}]</code> retourne ''(x² - x y - x z + y² - y z + z²) / 3''.}}
+
: {{Example|1= <code>VarianceEchantillon[{x, y, z}]</code> retourne <math>\frac{x² - x y - x z + y² - y z + z²}{3}</math>.}}
 +
 
 +
 
 +
{{betamanual|version=4.2|
 +
1=; VarianceEchantillon[ <Liste Nombres>, <Liste Effectifs> ]
 +
}}
 +
 
 +
 
 +
--[[Utilisateur:Noel Lambert|Noel Lambert]] ([[Discussion utilisateur:Noel Lambert|discussion]]) 8 octobre 2012 à 17:46 (CEST)

Version du 8 octobre 2012 à 17:46


VarianceEchantillon[ <Liste Nombres> ]
Retourne la variance d'échantillon de la liste de nombres donnée.

\frac{1}{n-1}\sum_{i=1}^{i=n} x_i^2 - \frac{n}{n-1} \overline{x}^2


Calcul formel

VarianceEchantillon[ <Liste Nombres> ]
Exemple: VarianceEchantillon[{x, y, z}] retourne \frac{x² - x y - x z + y² - y z + z²}{3}.



--Noel Lambert (discussion) 8 octobre 2012 à 17:46 (CEST)

© 2024 International GeoGebra Institute