Mogarrr
- 120
- 6
Homework Statement
For the negative binomial distribution, with r known, describe the natural parameter space
Homework Equations
the pmf for the negative binomial distribution with parameters r and p can be
1) P(X=x|r,p)= \binom {x-1}{r-1}p^{r}(1-p)^{x-r} where x=r,r+1,..., or
2) P(Y=y|r,p)= \binom {y+r-1}{y}p^{r}(1-p)^{y} where y=0,1,....
A distribution, like the one above where r is known, is a member of the exponential family of distributions. An exponential distribution is one that can be expressed as...
h(x)c^{*}(\eta) exp(\sum_{i=1}^{k} \eta_i t_i(x))
The parameter space are the values of \eta such that \sum_A h(x) exp(\sum_{i=1}^{k} \eta_i t_i(x)) < \infty where A is the support of the pmf.
The Attempt at a Solution
Rewriting the 2nd pmf for the negative binomial distribution, as an exponential distribution, I have
h(y) = \binom {y+r-1}{y}, c(p) = p^{r} \cdot I_(0,1)(p), t_1(y)=y, and w_1(p) = ln(1-p).
Then I let \eta = w_1(p), and find the values for \eta where the sum converges.
I have \sum_{y=0}^{\infty} \binom{r+y-1}{y}(e^{\eta})^{y}, and I don't recognize this sum as anything that converges.
Any help would be appreciated.