I am a bit confused about the concept of convexity analysis when doing model fitting. Say I have developed some model of two parameters $f(x;\theta_1,\theta_2)$, that I will plan to fit to some data I will measure. I plan to do least squares regression to fit the model to the data.
The loss function will be $$L(\theta_1,\theta_2) = \frac{1}{N}\sum_i(f(x_i;\theta_1,\theta_2) - y_i)^2 $$ where the $y_i$ are the measured values. The convexity of this loss function tells us how easy the fitting will be.
Can I say anything about the convexity of the loss function, without knowing what the data is? Intuitively, a 'simple' model should make it more likely for the problem to be convex, and a 'complicated' model less likely, but I can't calculate the convexity (either symbolically or numerically) without data.