2023-02-02
Suppose we had a data set of 102 data points.
A polynomial interpolation to this data would have degree 101.
Can have as much as 100 oscillations, typically of large magnitude.
These are found by taking the derivative (deg 100 polynomial) and setting equal to zero, and then solving for critical points.
title
title
##
##
## Sometimes I tuck my knees into my chest and lean forward.
##
## That's just how I roll.
##
##
## Who invented the round table?
##
## Sir Cumference
\[ \small{ \begin{aligned} m & = \frac{y_2 - y_1}{x_2-x_1} \\ b & = y_2 - m x_2 \end{aligned} } \]
## $m
## [1] -1 1 3
##
## $b
## [1] -3 -1 -1
## [1] 1.4
## Warning: package 'pracma' was built under R version 4.2.2
## [1] 1.3232