[no subject]

2015-02-18 Thread Luca Puggini

Re: generate a random matrix with uniform distribution

2015-02-09 Thread Luca Puggini
Thanks a lot! Can I ask why this code generates a uniform distribution? If dist is N(0,1) data should be N(-1, 2). Let me know. Thanks, Luca 2015-02-07 3:00 GMT+00:00 Burak Yavuz brk...@gmail.com: Hi, You can do the following: ``` import

matrix of random variables with spark.

2015-02-06 Thread Luca Puggini
Hi all, this is my first email with this mailing list and I hope that I am not doing anything wrong. I am currently trying to define a distributed matrix with n rows and k columns where each element is randomly sampled by a uniform distribution. How can I do that? It would be also nice if you