| Author |
Comment/Response |
Susan
|
09/01/04 07:58am
I am having the same problem with the student version. The notebook runs fine at school, but here at home...it does not.
Here is my input:
<< Statistics`NormalDistribution`;
mu = 0;
sigma = 1;
n = Table[[Random[NormalDistribution[mu, sigma]]], {i,1,3200}];
I get the same error whether I attempt to generate a single normal number or an array of them.
Please help, thanks.
------------
URL: , |
|