Skip to main content

Questions tagged [poisson]

Poisson is a discrete probability distribution in statistics that is popular in probabilistic modeling (including in Bayesian statistics) as well as business forecasting.

4 votes
0 answers
44 views

I have fitted a zero-inflated Poisson (ZIP) model to my count data with an excess of zeros (figure 1). Since it didn't capture the overdispersion in the data, and overdispersion is indeed ...
Paw in Data's user avatar
2 votes
0 answers
36 views

I have to analyze if redeeming rewards impacted visitations to our business. However, you earn more rewards the more you visit. In other words: More visitations = more rewards but we want to know if ...
fabrizio chavez's user avatar
3 votes
1 answer
93 views

A basketball game is played for 30 minutes. A coach claims that his team's players commit, on average, no more than 10 fouls per game. Let µ represent the team's average number of fouls per game. ...
Kapil's user avatar
  • 131
1 vote
1 answer
218 views

I'm learning the Poisson distribution and am trying to "backward" calculate lambda if given a random value (k) and cumulative density function value (p). My k value is rather large, over 200,...
zipline86's user avatar
  • 399
0 votes
1 answer
173 views

I generated a Poisson distribution with mean equal to 3 and 10000 samples by using np.random.poisson(3,10000). The plot is the following: from this plot I see that ...
LearningAlgorithm's user avatar
1 vote
0 answers
58 views

I am writing some Python code to fit 2D Gaussians to fluorescent emitters on a dark background to determine the subpixel-resolution (x, y) position of the fluorescent emitter. The crude, pixel-...
olympiader's user avatar
1 vote
0 answers
103 views

I will try to keep this short. As an assignment for my GLM course, we were given a dataset on the # of homicide victims a person knows, as well as the race of the person. The main idea is to answer ...
Ali Shana'a's user avatar
0 votes
0 answers
62 views

I have a large dataset exploring the effects of the independent variables on the dependent variable using Poisson regression since the dependent variable is a count variable. However, the range of the ...
tempx's user avatar
  • 121
1 vote
0 answers
252 views

I am trying to implement a Poisson Regression in Python to predict rates. I am dealing with a ton of data (too much to store in a DataFrame), which means that using the standard statsmodels.api GLM ...
Michael Petro's user avatar
3 votes
2 answers
115 views

Let's say I have system A, B, C, and D. Each system contains 10,000 numbers generated by Poisson distribution. The difference is the mean is different for different systems. I calculated the std dev ...
Surya's user avatar
  • 43
1 vote
1 answer
121 views

I'm working with a dataset $X$ (of length $N$) of count data, which looks like: I developed a statistical model which can be improved, so I'm asking for any suggestions, for instance, differnet ...
ignatius's user avatar
  • 1,696