diff --git a/M1/General Linear Models/TP3/TP2.rmd b/M1/General Linear Models/TP3/TP3.rmd similarity index 100% rename from M1/General Linear Models/TP3/TP2.rmd rename to M1/General Linear Models/TP3/TP3.rmd diff --git a/M1/Monte Carlo Methods/Exercise10.rmd b/M1/Monte Carlo Methods/Exercise10.rmd index 5bff6d7..bb1762f 100644 --- a/M1/Monte Carlo Methods/Exercise10.rmd +++ b/M1/Monte Carlo Methods/Exercise10.rmd @@ -11,7 +11,7 @@ Y <- rnorm(n, 0, sqrt(2)) Y[Y <= 2] <- 0 h <- function(x, y) { - 10 * + 5 * sqrt(pi) * sqrt(x + y) * sin(y^4) *