Top "Distribution" questions

This tag concerns statistical distributions, their implementations, and properties.

Fitting a zero inflated poisson distribution in R

I have a vector of count data that is strongly over dispersed and zero inflated. The vector looks like this: …

r distribution
How to generate three random numbers, whose sum is 1?

I need to generate 3 random numbers, the amount of which is equal to 1. My implementation does not support uniform distribution. :(

c# random distribution uniform
Choosing Different Distributions based on if - else condition in WinBugs/JAGS

I am trying to write a Winbugs/Jags model for modeling multi grain topic models (exactly this paper -> …

if-statement model distribution winbugs jags
Make Frequency histogram from list with tuple elements

I would like to make a word frequency distribution, with the words on the x-axis and the frequency count on …

python matplotlib plot distribution frequency
Putting separate python packages into same namespace?

I'm developing a python framework that would have "addons" written as separate packages. I.e.: import myframework from myframework.addons …

python namespaces distribution extend