Skip to content

Commit 3460426

Browse files
authored
Update EcartTypeEchantillonY.adoc
1 parent 351b19d commit 3460426

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

fr/modules/ROOT/pages/commands/EcartTypeEchantillonY.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22
:page-en: commands/SampleSDY
33
ifdef::env-github[:imagesdir: /fr/modules/ROOT/assets/images]
44

5+
xref:commands/Commandes_Statistiques.adoc[Commandes Statistiques]
6+
57
EcartTypeEchantillonY( <Liste Points> )::
6-
Retourne l'https://fr.wikipedia.org/%C3%89cart_type#.C3.89cart_type_empirique[écart-type empirique] des
8+
Retourne l'https://fr.wikipedia.org/wiki/%C3%89cart_type#.C3.89cart_type_empirique[écart-type empirique] des
79
ordonnées des xref:/Points_et_Vecteurs.adoc[points] de la xref:/Listes.adoc[liste] de points donnée.
810

9-
{empty}[.kcode]#Saisie :# Voir aussi la *commande* : xref:/commands/EcartTypeEchantillonX.adoc[EcartTypeEchantillonX]
11+
[EXAMPLE]
12+
====
13+
14+
`++EcartTypeEchantillonY({(1,0),(2,2),(4,3),(5,4)})++` retourne _1.71_ (=stem:[\sqrt{\frac{105}{6}}]) alors que
15+
`++EcartTypeY({(1,0),(2,2),(4,3),(5,4)})++` retourne _1.48_ (=stem:[\sqrt{\frac{35}{4}}]).
16+
17+
====
1018

1119
____________________________________________________________
1220
1321
image:32px-Menu_view_cas.svg.png[Menu view cas.svg,width=32,height=32] *Calcul formel* :
1422
1523
Cette commande fonctionne à l'identique dans la fenêtre Calcul formel
1624
17-
(Sans possibilité de travailler en littéral)
25+
(Mais sans afficher les valeurs exactes et Sans possibilité de travailler en littéral)
26+
____________________________________________________________
27+
28+
[.kcode]#Saisie :# Voir aussi la *commande* : xref:/commands/EcartTypeEchantillonX.adoc[EcartTypeEchantillonX].

0 commit comments

Comments
 (0)