Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
x:= RandomReal[1]
|
||||
SampleNormal[n_] := (Print[#//Length, " numbers, Mean : ", #//Mean, ", StandardDeviation : ", #//StandardDeviation];
|
||||
Histogram[#, BarOrigin -> Left,Axes -> False])& [(Table[(-2*Log[x])^0.5*Cos[2*Pi*x], {n} ]]
|
||||
Invocation:
|
||||
SampleNormal[ 10000 ]
|
||||
->10000 numbers, Mean : -0.0122308, StandardDeviation : 1.00646
|
||||
Loading…
Add table
Add a link
Reference in a new issue