Contents Index
ranbin(seed,n,p) returns a pseudo observation of a binomial random variable with parameters n and p. Example:
ranbin(seed,n,p)
n
p
y=ranbin(0,10,.5);
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.