File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ Data source: https://pegel.bonn.de.
119119The ` src/pegel_bonn.py ` file already contains code to pre-load the data for you.
120120Make the Rhine level measurements your new vector $\mathbf{b}$.
121121
122- Study the scaling of the timestamp values. Is the range suitable for stable numerical computation?
123-
124122Generate a matrix A with n=2 using the timestamps for the data set and compute
125123
126124$$ \mathbf{A}^{\dagger}\mathbf{b}. $$
@@ -130,9 +128,9 @@ Plot the result. Compute the zero. When do the regression line and the x-axis in
130128#### Fitting a higher order Polynomial:
131129
132130Re-using the code you wrote for the proof of concept task, fit a polynomial of degree 20 to the data.
131+ Study the scaling of the timestamp values. Is the range suitable for stable numerical computations?
133132Plot the result.
134133
135-
136134#### Regularization:
137135Something happened around the year 2000. To investigate further, focus on the data from 2000 onward and
138136filter the singular values.
You can’t perform that action at this time.
0 commit comments