We can plot common probability distributions using Scipy module. However, is it possible to do the same task using Statsmodels library?
For example - Scipy has inbuilt functions for Binomial distribution, Uniform distribution and as well as for Normal distribution.
Similarly, is there any built in alternative to achieve the same using statsmodels?