Last time | Next time |
But it was my fault, because I reviewed my "agendas" for the two days prior, and I had written "Due next Friday" on both of them (a holdover from the previous week's reminder). If anyone else was deceived, and didn't turn in this homework, then please do submit it.
We could fit other periods of oscillation by adding in pairs of the form $\sin(2 \pi \frac{t}{T})$ and $\cos(2 \pi \frac{t}{T})$, where $T$ is the desired period. You might consider this if you see other periods (or suspect other periods) in your temperature data on your mini-project 2.
What about the Keeling data -- might you suspect other periods?
How do we interpret the power? (Remember my remarks above about interpreting the parameters of your model!)
Does the exponential model suffer the same problem? What is the impact of a shift in time scale?
The second form actually allowed for values greater than 1 in the non-linear case! That's not good...:) Ironically, the improved version above could actually be negative, but, in that case, you'd certainly say that your model is very, very bad!
The key to non-linear regression is linear regression! That may seem odd, but I will mention again that frequently in mathematics we often cast a problem from the non-linear world over to where we obtain a linear problem, then bring that solution back (and hope for the best).
In the case of the linearizations we have done, we only did this once. In the case of non-linear regression, we will do it multiple times (iteratively), hoping for constant improvement.
After I describe Newton's method, I'll
Alexander also illustrates that one cannot simply invert the regression equation $y=a+bx$ to get the regression equation $x=\frac{y-a}{b}$. So it really matters in linear regression which variable is considered "independent" and which is considered "dependent".