function p = idbn(px,py) % IDBN p = idbn(px,py) Matrix of joint independent probabilities % Version of 5/9/95 % Determines joint probability matrix for two independent % simple random variables (arranged as on the plane) [a,b] = meshgrid(px,fliplr(py)); p = a.*b