Under which conditions is the expected value of a function a (strictly-quasi) convex function?

349 Views Asked by At

I have an indirect utility function - $P(a,b ;\theta)$ - where $a$ and $b$ are positive, deterministic parameters and $\theta$ is a random variable. I would like to study the properties of the Expected Indirect Utility (EIU), namely:

$$V(a,b) = \int_{\Theta} P(a,b ;\theta) \ f(\theta)d\theta$$

In particular, I would like to know under which conditions - both on the indirect utility function and on the density function of $\theta$ - the resulting $V$ is (strictly-quasi) convex in $a$ and $b$.

There are two cases that I considered.

Case One

$$P(a,b ;\theta) = \max \{\theta a, (1-\theta)b\}~, \quad \text{with}~~\theta \sim U[0,1]$$

Then:

\begin{align} V(a,b) &= \int_{0}^1 \max \{\theta a, (1-\theta)b\} \ d\theta \\ &= \int_{0}^{\frac{b}{a+b}} (1-\theta) b \ d\theta + \int_{\frac{b}{a+b}}^{1} \theta a \ d\theta = \frac{a^2 + ab +b^2}{2(a+b)} \end{align}

This function is indeed strictly convex in $a$ and $b$ (the level curves are ellipses).

Case Two

$$P(a,b ;\theta) = \max \{\theta a, (1-\theta)b\}~, \quad \text{with}~~\theta \sim \mathrm{Triangular}[0, \frac{b}{a+b}, 1] \\ \begin{aligned} V(a,b) &= \int_{0}^{1} \max \{\theta a, (1-\theta)b\} \ f(\theta) d\theta \\ & =\int_{0}^{\frac{b}{a+b}} (1-\theta)b \cdot \frac{2\theta}{\frac{b}{a+b}} \ d\theta + \int_{\frac{b}{a+b}}^{1} \theta a \cdot \frac{2(1-\theta)}{(1-\frac{b}{a+b})} \ d\theta \\ &= \frac{a+b}3 \end{aligned}$$

In this case, $V$ is linear in $a$ and $b$ and the level curves are linear as a result.

I would like to understand if there is a way to disentangle the effect of the functional form of $P(a,b ;\theta)$ from the distribution of $\theta$ in shaping the convexity of the resulting $V$ function.

Notice that in the two cases presented, the problem is even more complicated given that $\theta$ and the parameters $a$ and $b$ are related through the extremes of integration.

All I know to begin with is that $P$ is increasing in $a$ and $b$ and it is continuous in $\theta$.

Does anyone know how to tackle the problem? Any reference?

Thank you very much.