For normal and uniform distribution functions in particular, you may want to look at the 'stats/distribs' addon, in particular 'stats/distribs/normal' script.
http://www.jsoftware.com/jwiki/Addons/stats/distribs On Tue, Mar 29, 2011 at 5:11 AM, Raul Miller <[email protected]> wrote: > On Mon, Mar 28, 2011 at 11:57 AM, Mike Day <[email protected]> wrote: >> NB - for old hands: It's not clear to me where the >> equivalent can be found in the new J7 setup. I can't >> find "statdist.ijs" anywhere. Are the old stats scripts >> deplored? > > If you install the stats/base library through jal, you can use: > > require 'stats/base' > > This is equivalent to: require 'addons/stats/base/base.ijs' and > normalrand is in addons/stats/base/random.ijs (which is pulled in by > that base.ijs). > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
