For the more mathematically minded,
we have $x \in \mathbb{R}^2$ and the function $h(x)$ defined as:
$h(x)=\alpha_1x_1^2+\alpha_2x_2^2+\alpha_3x_1+\alpha_4x_2+\alpha_5x_1x_2+\alpha_6$
and the vector of alpha's is known and further guaranteed to be such that $h(x)$ is a general elliptic paraboloid (i.e. a convex function).
Now, define $g(x)=(h(x))^+$ where $(z)^+$ is the positive part of $z\in\mathbb{R}$.
The questions follows:
- Is there a way to globally approximate $g(x)$ by a polynomial ? If so what it is?
- Can this approach (the answer to the previous sub-question) be extended to $x\in\mathbb{R}^p$ with $p$ moderatly large ?
- Would the problem be any easier if we were to assume $\alpha_5=0$ ?
Following Whuber's comment: is it possible to find a polynomial approximation to $g(x)$ that would be better than $h(x)$? in the event that many approximations solution for this problem exist, what are they ?
I can obviously solve $argmin.\int_{\mathbb{R}^2}(g(x)-\hat{g}(x))^2 dx$. I'm wondering if there are explicit, known solutions to this problem (i.e. polynomial series for example of which i know close to nothing).