creating a vector of independent random cauchy variables...

3 次查看(过去 30 天)
I would like to create a "1000000 length" vector of cauchy random variables...
The code for one cauchy random variable, x, is:
x= tan(pi*(rand-0.5))
I have a few ways I can think of for generating the vector, but I want the FASTEST computational way.
Thanks
D Howard

采纳的回答

Andrei Bobrov
Andrei Bobrov 2012-2-25
x = tan(pi*(rand(1000000,1)-0.5));

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by