Skip to content

Commit 35b716b

Browse files
authored
Update README.md
1 parent 71ddee1 commit 35b716b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ Data source: https://pegel.bonn.de.
119119
The `src/pegel_bonn.py` file already contains code to pre-load the data for you.
120120
Make 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-
124122
Generate 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

132130
Re-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?
133132
Plot the result.
134133

135-
136134
#### Regularization:
137135
Something happened around the year 2000. To investigate further, focus on the data from 2000 onward and
138136
filter the singular values.

0 commit comments

Comments
 (0)