GeoPD( # Description # This command returns the geometric distribution of event x and probability P. This command follows the formula P^x * (1-P)^(x-1) Syntax # **GeoPD(**x,P x can be either value or list. Example # GeoPD(5,.3