Question: How to create a discrete probability distribution

Hello everyone

I have the following probability distribution, where x ranges from zero to infinity:

with(Statistics):

X := RandomVariable(Distribution(PDF = unapply(piecewise(And(0 < x, x < infinity), exp(-6)*6^x/x!), x)))

How do I tell Maple that this distribution is discrete?

Regards,

Oliveira

Please Wait...