Skip to content

Commit 83a3af0

Browse files
authored
Update README.md
1 parent 35b716b commit 83a3af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To assess the quality of polynomial fit to the data, compute and plot the Mean S
108108
MSE can be calculated using the following equation, where N is the number of samples, $y_i$ is the original point and $\hat{y_i}$ is the predictied output.
109109
$$MSE=\frac{1}{N} \sum_{i=1}^{N} (y_i-\hat{y_i})^2$$
110110

111-
Are the degree of the polynomial and the MSE linked?.
111+
Are the degree of the polynomial and the MSE linked?
112112

113113
### Part 2: Real data analysis
114114
Now we are ready to deal with real data! Feel free to use your favorite time series data or work with the Rhine level data we provide.

0 commit comments

Comments
 (0)