I don't really understand how to calculate factorial moment for distributions besides just looking at the given formulas in my textbook. So say I want to calculate the E[X(X-1)] factorial moment for Poisson and Binomial distribution:
For Binomial distribution, we can see that E[X(X-1)]=$E[(X)_{2}]$=E[x!/(x-2)!}= sum of p(x) x!/(x-2)!. Okay, what should I do next?
I'm not entirely sure if there is any other changes for Poisson distribution... but seeing that the end result is a $\lambda$ makes me wonder what happens in between...
It is not clear what you wanted to express by
$$E[(X)_{2}]=E[x!/(x-2)!].$$
By the definition of the $r^{th}$ factorial moment of a random variable $X$ is
$$E[X(X-1)(X-2)\cdots (X-r+1)].$$
We assume that the expectation in question exists.
In the case of the binomial distribution with parameters $n,p$ the $2^{d}$ factorial moment, by definition is
$$E[(X)_2]=E[X(X-1)].$$
To compute this quantity we do a simple calculation of an expectation, that is
$$E[X(X-1)]=\color{red}{\sum_{k=0}^n k(k-1){n\choose k}p^k(1-p)^{n-k}}=\frac{n!}{(n-2)!}p^2.$$ ($n\ge 2$.) If $r=2$ then
$$\frac{n!}{(n-2)!}p^2=\frac{1\cdot2\cdot3\cdots (n-2)(n-1)n}{1\cdot1\cdot2\cdot3\cdots(n-1)(n-2)}p^2=(n-1)np^2=n^2p^2-np^2.$$ The red part is a well defined calculation. I looked up the result in wiki.
But we could do the calculation on our own if we notice that
$$E[X(X-1)]=E[X^2]-E[X],$$
that is the second factorial moment equals the second moment minus the expectation. In the binomial case the expectation is $np$ and the variance is $\sigma^2=np(1-p)$. We know that $\sigma^2=E[X^2]-E^2[X]$. Hence
$$E[X^2]=np(1-p)+n^2p^2,$$
So
$$E[(X)_2]=E[X(X-1)]=np(1-p)+n^2p^2-np=n^2p^2-np^2.$$
The result for the Poisson distribution can be found in wiki too. In that case the calculation is
$$\sum_{k=0}^{\infty}k(k-1)\frac{\lambda^ke^{-\lambda}}{k!}=\lambda^r.$$
For the second factorial moment you can do the direct calculation based on the facts that the expectation is $\lambda$, the variance is also $\lambda$ so the second moment, $E[X^2]=\lambda+\lambda^2$. So,
$$E[(X)_2]=E[X^2]-E[X]=\lambda^2.$$
I hope that you can look at the $r^{th}$ factorial moment as if it was simply a calculation of the expected value of a function of a random variable.