How to generate zero-truncated negative binomial distribution?

2 vues (au cours des 30 derniers jours)
iman0890
iman0890 le 28 Fév 2013
we know that pk(truncated)=pk/(1-p0) so Fk(truncated)=p0(truncated)+p1(truncated)+p2(truncated)+...+pk(truncated) = 0 + [p1/(1-p0)] + [p2/(1-p0)] + ... + [pk/(1-p0)] = 0 + (p1+p2+...+pk)/(1-p0) Fk(truncated)= 0 + (p1+p2+...+pk+p0-p0)/(1-p0) = 0 + (Fk-p0)/(1-p0) we get [(1-p0)*Fk(truncated)]+p0 = Fk y=rand(100) so can we use nbininv([(1-p0)*y+p0],R,P)??

Réponses (0)

Catégories

En savoir plus sur Descriptive Statistics and Visualization dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by