I have an unknown function $x \to f(x)$, $f:\mathbb{R}^4 \to \mathbb{R}^4$. All elements $x_i$ are within a closed interval. Every function evaluation is quite expensive. How can I made a statement about the "injectivity" of my function in terms of $f(x) \neq f(y)$, given $x\neq y$ with a limited number of function evaluations?
Edit: Given the nature of the function (a production engineering simulation) and a glance at sample data, I assume $f$ to be both continuous and differentiable.
descriptive-statistics? – José Carlos Santos Jul 11 '18 at 13:36