Returns the dispersion of the specified ranvar. The dispersion is defined as the variance divided by the mean. It is defined only if the mean is strictly greater than zero.
r = negativebinomial(/* mean */ 2, /* dispersion */ 1.5)
show scalar "" with dispersion(r) // 1.50