typo in p1

This commit is contained in:
Morten Hjorth-Jensen
2021-09-14 22:31:38 +02:00
parent 5dad6871eb
commit d506f33fb0
9 changed files with 7 additions and 7 deletions
@@ -101,7 +101,7 @@ We will generate our own dataset for a function
$\mathrm{FrankeFunction}(x,y)$ with $x,y \in [0,1]$. The function
$f(x,y)$ is the Franke function. You should explore also the addition
of an added stochastic noise to this function using the normal
distribution $\cal{N}(0,1)$.
distribution $N(0,1)$.
*Write your own code* (using either a matrix inversion or a singular
value decomposition from e.g., _numpy_ ) or use your code from