help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot Find normrnd


From: Fritz Sonnichsen
Subject: Cannot Find normrnd
Date: Fri, 6 Jul 2018 15:56:49 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

I am trying to work with random numbers drawn from the normal distribution. I thought something like the code below should do this but normrnd cannot be found.  Possibly I am not loading the correct package?

Thanks
Fritz
=============================
pkg load statistics
random("normal", 5, 2, [10, 20])
....
error: 'normrnd' undefined near line 155 column 16
error: called from     random at line 155 column 14




reply via email to

[Prev in Thread] Current Thread [Next in Thread]