I'm trying to come up with a regression function for a student of mine that best fits the the attached graph, but using a method for high school students, who're only familiar with trigonometry and calculus of one variable.
To be precise, they're given $n=30$ pair of points $(x_i,y_i)$ (which I'm not write here, but they do have them!) and they're also given the attached graph that the function generates. They're asked to model the function.
If it was not high school, then I'd have modeled it like:
$$y= f(x):= a \hspace{1mm} arctan (bx + c) + d, $$ and I'd have tried the minimize the sum of squared errors $\sum_{i=1}^{n} (y_i - f(x_i))^2$, and would've minimized it w.r.t. $a,b,c,d$, form the normal equations and either analytically or numerically solve them.
But for high school, I can't do all that - they've barely seen regression and they don't know partial derivatives, so I'm not completely sure how to proceed here. Any help appreciated!




The model being $$y(x)=a \tan ^{-1}(b x+c)+d$$
Looking at the graph, a few approximations can be visually done
$$y(0)=a \tan ^{-1}(c)+d \approx 0$$
$$y(\infty)=a \frac \pi 2 +d \approx 4000$$
Around $x=6$, there is an inflection point; so $c+6b \approx 0$
Now, let them play with $c$ by trial and error.