Este é um problema bastante direto. Embora exista uma conexão entre as distribuições de Poisson e Binomial Negativo, acho que isso não ajuda em nada sua pergunta específica, pois incentiva as pessoas a pensar em processos binomiais negativos. Basicamente, você tem uma série de processos de Poisson:
Yi(ti)|λi∼Poisson(λiti)
Onde é o processo e t i é o tempo que você observá-lo, e euYitii denota os indivíduos. E você está dizendo que esses processos são "semelhantes", vinculando as taxas por uma distribuição:
λi∼Gamma(α,β)
Ao fazer a integração / mixagem sobre , você tem:λi
Yi(ti)|αβ∼NegBin(α,pi)wherepi=titi+β
Isso tem um pmf de:
Pr(Yi(ti)=yi|αβ)=Γ(α+yi)Γ(α)yi!pyii(1−pi)α
Para obter a distribuição do tempo de espera, observamos que:
= 1 - ( 1 - p i ) α = 1 - ( 1 +
Pr(Ti≤ti|αβ)=1−Pr(Ti>ti|αβ)=1−Pr(Yi(ti)=0|αβ)
=1−(1−pi)α=1−(1+tiβ)−α
Diferencie isso e você terá o PDF:
pTi(ti|αβ)=αβ(1+tiβ)−(α+1)
Este é um membro das distribuições generalizadas de Pareto, tipo II. Eu usaria isso como sua distribuição do tempo de espera.
Para ver a conexão com a distribuição Poisson, observe que , de modo que, se definirmosβ=ααβ=E(λi|αβ) e, em seguida, pegue o limiteα→∞, obtemos:β=αλα→∞
limα→∞αβ(1+tiβ)−(α+1)=limα→∞λ(1+λtiα)−(α+1)=λexp(−λti)
Isso significa que você pode interpretar como um parâmetro de sobre-dispersão.1α
One possibility: Poisson is to Exponential as Negative-Binomial is to ... Exponential!
There is a pure-jump increasing Lévy process called the Negative Binomial Process such that at timet the value has a negative binomial distribution. Unlike the Poisson process, the jumps are not almost surely 1 . Instead, they follow a logarithmic distribution. By the law of total variance, some of the variance comes from the number of jumps (scaled by the average size of the jumps), and some of the variance comes from the sizes of the jumps, and you can use this to check that it is overdispersed.
There may be other useful descriptions. See "Framing the negative binomial distribution for DNA sequencing."
Let me be more explicit about how the Negative Binomial Process described above can be constructed.
Choosep<1 .
LetX1,X2,X3,... be IID with logarithmic distributions, so P(xi=k)=−1log(1−p)pkk.
LetN be a Poisson process with constant rate −log(1−p) , so N(t)=Pois(−tlog(1−p)).
LetNBP be the process so that
I don't think it is obvious from this description thatNBP(t) has a negative binomial NB(t,p) distribution, but there is a short proof using probability generating functions on Wikipedia, and Fisher also proved this when he introduced the logarithmic distribution to analyze the relative frequencies of species.
fonte
I am not able to comment yet so I apologize is this isn't a definitive solution.
You are asking for the appropriate distribution to use with an NB but appropriate isn't entirely defined. If an appropriate distribution means appropriate for explaining data and you are starting with an overdispersed Poisson then you may have to look further into the cause of the overdispersion. The NB doesn't distinguish between a Poisson with heterogeneous means or a positive occurrence dependence (that one event occurring increases the probability of another occurring). In continuous time there is also duration dependence, eg positive duration dependence means the passage of time increases the probability of an occurrence. It was also shown that negative duration dependence asymptotically causes an overdispersed Poisson[1]. This adds to the list of what might be the appropriate waiting time model.
fonte