Say we are trying to model a simple marketing funnel: $F_1 \rightarrow F_2 \rightarrow F_3 \rightarrow F_4$. Let's say we are asked to estimate how many people we expect at the end of the funnel.
We are provided:
- All observed conversion rates $F_{i+1} / F_i$
- How many people start at the beginning of the funnel in $F_1$
We can assume all quantities above refer to some $\Delta_t$ (e.g. 1 day).
My question
I understand I can intuitively compute $F_4$ as:
$F_4 = F_1 \left(F_2/F_1\right)\left(F_3/F_2\right)\left(F_4/F_3\right) \tag{1}$
However, I'd like to know what actual statistical models and assumptions yield Eq. 1, if we start by modeling $F_4$ as an expectation of some random variable $x$, and that each level of the funnel acts independently.
For example:
- Can the above be understood as a "chain of binomial distributions"? (one for each level in the funnel).
- What does the distribution of a chain of binomials look like, and how would it yield Eq. 1?
- Would such chain of binomials necessarily yield a $x$ that is Poisson distributed?