The input are triples $\left\{ x,y,v\right\}$ where $x,y,v \in \mathbb{R} ^{+}$
I need to find function $f(x,y) = v$ by finding parameters of the following model
$f(x,y) = a + bx^c + dy^e $ where
- $f\left( x,y\right) >0,\forall x,y\in \mathbb{R} ^{+}$
- $f'\left( x,y\right) \ge 0,\forall x,y\in \mathbb{R} ^{+}$
Ideally I'd like to know how to compute both fitting surface (if any exists) and approximation (regression) with minimal squared error.
Finding regression for given model is trivial.
I'd like to know what is the best way to do it with constraints (here function $f$ must be positive and non-decreasing on given domain, which is positive reals)