Skip to content
Prev 170615 / 398506 Next

Alternate to for-loop

Hi, I am trying to create a vector of length 10 (say), wherein each element
will be average of random sample of size 100, from a distribution, say
Normal. Can anyone please tell me without creating a "for" loop, how I can
do that?

Regards,