Télécharger la présentation
La présentation est en train de télécharger. S'il vous plaît, attendez
Publié parOlivier Menard Modifié depuis plus de 10 années
1
IA IPR Académie de Rennes 2009-2010 Le dernier est-il désavantagé
2
IA IPR Académie de Rennes 2009-2010 Une simulation Un expérience aléatoire Choisir un nombre au hasard dans lensemble {1,2,3} Affecter à A sa valeur Choisir un nombre au hasard parmi lensemble {1,2,3} privé de A Affecter à B sa valeur Affecter à C la valeur densemble {1,2,3} différente de A et de B
3
IA IPR Académie de Rennes 2009-2010 Une simulation {1,2,3} L1 {1,1,1} L2 Int(rand*3)+1 A 0 L2(A) If A=1 then Int(rand*2)+2 B If A=2 then Int(rand*2)*2+1 B If A=3 then Int(rand*2)+1 B 0 L2(B) Sum(L1 x L2) C Disp A,B,C
4
IA IPR Académie de Rennes 2009-2010 Un échantillon de taille n Prompt N ClrList L3 For (I,1,N) {1,2,3} L1 {1,1,1} L2 Int(rand*3)+1 A 0 L2(A) If A=1 then Int(rand*2)+2 B If A=2 then Int(rand*2)*2+1 B If A=3 then Int(rand*2)+1 B 0 L2(B) Sum(L1 x L2) L3(I) End Disp L3
5
IA IPR Académie de Rennes 2009-2010 p échantillons de taille n Prompt P Clrlist L4,L5,L6 Prompt N ClrList L3 For (J,1,P) For (I,1,N) {1,2,3} L1 {1,1,1} L2 Int(rand*3)+1 A 0 L2(A) If A=1 then Int(rand*2)+2 B If A=2 then Int(rand*2)*2+1 B If A=3 then Int(rand*2)+1 B 0 L2(B) Sum(L1 x L2) L3(I) End Sum (L3=1)/N L4(J) Sum(L3=2)/N L5(J) Sum(L3=3)/N L5(J) End Disp L4,L5,L6
Présentations similaires
© 2024 SlidePlayer.fr Inc.
All rights reserved.