I have a dataset consisting of pairs of points, $(x_i,y_i)$. Visually, I see that the points are not completely smeared, but that $x$ seems to exert some control on $y$. In fact, I suspect that $y$ is a function of $x$ plus some noise. But I have not idea of the shape of this function. Is there a statistical test to determine if $y$ is a function of $x$, without knowing the shape of the function a priori?
To be more precise, I want to determine whether the data is consistent with a model of the form:
$$Y = f(X)+\eta$$
where $\eta$ is normally distributed with zero mean and unknown mean. The function $f$ is also unknown.