| Author |
Comment/Response |
Giorgi
|
05/18/06 06:38am
Hi, in package continuousDistributions there is an option to generate an array with dimension n and with specified distribution. This can be done with this command: Random[dist, n]. I want to have an array with pre-difened dimension and then I want it's elemts to be random numbers with the specific ditributions. I thought I could do this like this: Array[a,20]; a=Random[ChiDistribution[5], 20]; and i thought that after that a[1] would be the furst random number and so on, but this doesn't seem to work. What should I do?
URL: , |
|