Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
4
Task/Statistics-Basic/Mathematica/statistics-basic.math
Normal file
4
Task/Statistics-Basic/Mathematica/statistics-basic.math
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Sample[n_]:= (Print[#//Length," numbers, Mean : ",#//Mean,", StandardDeviation : ",#//StandardDeviation ];
|
||||
BarChart[BinCounts[#,{0,1,.1}], Axes->False, BarOrigin->Left])&[(RandomReal[1,#])&[ n ]]
|
||||
|
||||
Sample/@{100,1 000,10 000,1 000 000}
|
||||
Loading…
Add table
Add a link
Reference in a new issue