This commit is contained in:
2024-11-21 20:02:05 +01:00
parent af27fbba72
commit bef5077485
2 changed files with 1 additions and 1 deletions

View File

@@ -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) *