Probability generating function.

129 Views Asked by At

I have this collection of generating functions in $x$ parametrized by $n$:

$$f_n(x) = \frac{1}{n!}(1-x)^{n+1}\sum_{k \geq 1} k^n x^k,$$

so that $n$ is a constant. For instance

$$f_6(x) = (1/720)x+(19/240)x^2+(151/360)x^3+(151/360)x^4+(19/240)x^5 + (1/720)x^6.$$

I am interested in $f'_n(x)|_{x =1}$. Why? Because these coefficients are probabilities and I want to determine the expectation.

I should get $1/2$ for my answer because of the symmetry of these polynomials. However, I am getting stuck because somewhere in my algebraic manipulations; I must be dividing by zero and really causing some trouble.

On my own, I would like to be able to calculate the variance (which means I'll need the second derivative); so a solution that relies on showing the symmetry of these expressions isn't something that I'm interested in.

Thank you for any help you may be able to offer.

Note: To anyone who may find this, I realized that this is a generating function for the Eulerian polynomials. It has even been shown that these coefficients (as n goes to infinity) follow a normal distribution.

1

There are 1 best solutions below

0
On

What I was hoping to be able to do.

$$f_n(x) = \frac{1}{n!}(1-x)^{n+1}\sum_{k=1}^\infty k^n x^k=\frac{(1-x)^{n+1} }{n!}\text{Li}_{-n}(x)$$ where appears the polylogarithm function.$$f'_n(x) =\frac{(1-x)^{n+1} }{x n!}\text{Li}_{-n-1}(x)-\frac{(n+1) (1-x)^n }{n!}\text{Li}_{-n}(x)$$ I must confess that I have not been able to compute the limits of $f'_n(x)$ when $x\to 1$.

I just used brute force with the very first terms and a very clear pattern appears $$f'_n(1)=\frac{n+1}2$$

I did the same for the second derivative but, unfortunately, the obtained sequence is not recognized by the On-Line Encyclopedia of Integer Sequences.