Skip to content

wildmeta

Cluster Wild Bootstrapping for Meta-Analysis

v0.3.2 · Mar 8, 2023 · GPL-3

Description

Conducts single coefficient tests and multiple-contrast hypothesis tests of meta-regression models using cluster wild bootstrapping, based on methods examined in Joshi, Pustejovsky, and Beretvas (2022) <DOI:10.1002/jrsm.1554>.

Downloads

2.7K

Last 30 days

2450th

2.7K

Last 90 days

2.7K

Last year

CRAN Check Status

1 ERROR
13 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 ERROR
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (14 non-OK)
OK r-devel-linux-x86_64-debian-clang

*


            
OK r-devel-linux-x86_64-debian-gcc

*


            
OK r-devel-linux-x86_64-fedora-clang

*


            
OK r-devel-linux-x86_64-fedora-gcc

*


            
ERROR r-devel-macos-arm64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building ‘cwbmeta.Rmd’ using rmarkdown

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, 
 *** caught segfault ***
`52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, address 0x110, cause 'invalid permissions'
`56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(suppressWarnings(chol(chol2inv(chol(V)))), silent = TRUE)
12: rma.mv(yi = d_boot, V = Vmat, data = dat, random = ~study_type |     study, mods = ~0 + study_type + hrs + test)
13: eval(boot_model_call, envir = boot_env)
14: eval(boot_model_call, envir = boot_env)
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, names, parentenv, handlers[[1L]])
17: tryCatchList(expr, classes, parentenv, handlers)
18: tryCatch(eval(boot_model_call, envir = boot_env), error = function(e) NA)
19: ...future.FUN(...future.X_jj, ...)
20: FUN(X[[i]], ...)
21: lapply(seq_along(...future.elements_ii), FUN = function(jj) {    ...future.X_jj <- ...future.elements_ii[[jj]]    {        ...future.FUN(...future.X_jj, ...)    }})
22: (function (...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }})(cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L))
23: do.call(function(...) {    "# future::getGlobalsAndPackages(): FUN() uses '...' internally "    "# without having an '...' argument. This means '...' is treated"    "# as a global variable. This may happen when FUN() is an       "    "# anonymous function.                                          "    "#                                                              "    "# If an anonymous function, we will make sure to restore the   "    "# function environment of FUN() to the calling environment.    "    "# We assume FUN() an anonymous function if it lives in the     "    "# global environment, which is where globals are written.      "    penv <- env <- environment(...future.FUN)    repeat {        if (identical(env, globalenv()) || identical(env, emptyenv()))             break        penv <- env        env <- parent.env(env)    }    if (identical(penv, globalenv())) {        environment(...future.FUN) <- environment()    }    else if (!identical(penv, emptyenv()) && !is.null(penv) &&         !isNamespace(penv)) {        parent.env(penv) <- environment()    }    rm(list = c("env", "penv"), inherits = FALSE)    {        "# future.apply:::future_xapply(): preserve future option"        ...future.globals.maxSize.org <- getOption("future.globals.maxSize")        if (!identical(...future.globals.maxSize.org, ...future.globals.maxSize)) {            oopts <- options(future.globals.maxSize = ...future.globals.maxSize)            on.exit(options(oopts), add = TRUE)        }        {            "# future.apply::future_lapply(): process chunk of elements"            lapply(seq_along(...future.elements_ii), FUN = function(jj) {                ...future.X_jj <- ...future.elements_ii[[jj]]                {                  ...future.FUN(...future.X_jj, ...)                }            })        }    }}, args = future.call.arguments)
24: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
25: eval(quote({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv())) break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            } else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }}), new.env())
26: eval(expr, p)
27: eval(expr, p)
28: eval.parent(substitute(eval(quote(expr), envir)))
29: local({    {        "# future::getGlobalsAndPackages(): wrapping the original future"        "# expression in do.call(), because function called uses '...'  "        "# as a global variable                                         "        do.call(function(...) {            "# future::getGlobalsAndPackages(): FUN() uses '...' internally "            "# without having an '...' argument. This means '...' is treated"            "# as a global variable. This may happen when FUN() is an       "            "# anonymous function.                                          "            "#                                                              "            "# If an anonymous function, we will make sure to restore the   "            "# function environment of FUN() to the calling environment.    "            "# We assume FUN() an anonymous function if it lives in the     "            "# global environment, which is where globals are written.      "            penv <- env <- environment(...future.FUN)            repeat {                if (identical(env, globalenv()) || identical(env,                   emptyenv()))                   break                penv <- env                env <- parent.env(env)            }            if (identical(penv, globalenv())) {                environment(...future.FUN) <- environment()            }            else if (!identical(penv, emptyenv()) && !is.null(penv) &&                 !isNamespace(penv)) {                parent.env(penv) <- environment()            }            rm(list = c("env", "penv"), inherits = FALSE)            {                "# future.apply:::future_xapply(): preserve future option"                ...future.globals.maxSize.org <- getOption("future.globals.maxSize")                if (!identical(...future.globals.maxSize.org,                   ...future.globals.maxSize)) {                  oopts <- options(future.globals.maxSize = ...future.globals.maxSize)                  on.exit(options(oopts), add = TRUE)                }                {                  "# future.apply::future_lapply(): process chunk of elements"                  lapply(seq_along(...future.elements_ii), FUN = function(jj) {                    ...future.X_jj <- ...future.elements_ii[[jj]]                    {                      ...future.FUN(...future.X_jj, ...)                    }                  })                }            }        }, args = future.call.arguments)    }})
30: eval(expr, envir = globalenv())
31: eval(expr, envir = globalenv())
32: withVisible({    eval(expr, envir = globalenv())})
33: withCallingHandlers({    ...future.value <- withVisible({        eval(expr, envir = globalenv())    })    seed <- globalenv()[[".Random.seed"]]    FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],         conditions = ...future.conditions, rng = !identical(seed,             ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)             list(added = diff_globalenv(...future.globalenv.names))        else NULL, misuseConnections = if (checkConnections)             diff_connections(get_connections(details = isTRUE(attr(checkConnections,                 "details", exact = TRUE))), ...future.connections)        else NULL, misuseDevices = if (checkDevices)             diff_devices(...future.devices, base::.Devices)        else NULL, misuseDefaultDevice = ...future.option.defaultDevice,         started = ...future.startTime)}, condition = onEvalCondition)
34: tryCatchList(expr, classes, parentenv, handlers)
35: tryCatch({    withCallingHandlers({        ...future.value <- withVisible({            eval(expr, envir = globalenv())        })        seed <- globalenv()[[".Random.seed"]]        FutureResult(value = ...future.value[["value"]], visible = ...future.value[["visible"]],             conditions = ...future.conditions, rng = !identical(seed,                 ...future.rng), seed = seed, uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                 list(added = diff_globalenv(...future.globalenv.names))            else NULL, misuseConnections = if (checkConnections)                 diff_connections(get_connections(details = isTRUE(attr(checkConnections,                   "details", exact = TRUE))), ...future.connections)            else NULL, misuseDevices = if (checkDevices)                 diff_devices(...future.devices, base::.Devices)            else NULL, misuseDefaultDevice = ...future.option.defaultDevice,             started = ...future.startTime)    }, condition = onEvalCondition)}, finally = {    setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)})
36: doTryCatch(return(expr), name, parentenv, handler)
37: tryCatchOne(expr, names, parentenv, handlers[[1L]])
38: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
39: doTryCatch(return(expr), name, parentenv, handler)
40: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
41: tryCatchList(expr, classes, parentenv, handlers)
42: tryCatch({    tryCatch({        withCallingHandlers({            ...future.value <- withVisible({                eval(expr, envir = globalenv())            })            seed <- globalenv()[[".Random.seed"]]            FutureResult(value = ...future.value[["value"]],                 visible = ...future.value[["visible"]], conditions = ...future.conditions,                 rng = !identical(seed, ...future.rng), seed = seed,                 uuid = uuid, misuseGlobalEnv = if (checkGlobalenv)                   list(added = diff_globalenv(...future.globalenv.names))                else NULL, misuseConnections = if (checkConnections)                   diff_connections(get_connections(details = isTRUE(attr(checkConnections,                     "details", exact = TRUE))), ...future.connections)                else NULL, misuseDevices = if (checkDevices)                   diff_devices(...future.devices, base::.Devices)                else NULL, misuseDefaultDevice = ...future.option.defaultDevice,                 started = ...future.startTime)        }, condition = onEvalCondition)    }, finally = {        setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)    })}, interrupt = onEvalErrorOrInterrupt, error = onEvalErrorOrInterrupt)
43: evalFutureInternal(data)
44: doTryCatch(return(expr), name, parentenv, handler)
45: tryCatchOne(expr, names, parentenv, handlers[[1L]])
46: tryCatchList(expr, classes, parentenv, handlers)
47: tryCatch({    evalFutureInternal(data)}, error = function(ex) {    msg <- sprintf("future::evalFuture() failed on %s (pid %s) at %s",         Sys.info()[["nodename"]], Sys.getpid(), format(Sys.time(),             "%FT%T"))    if (!requireNamespace("future")) {        msg <- sprintf("%s. Package 'future' is not available (worker library path: %s)",             msg, paste(sQuote(.libPaths()), collapse = ", "))    }    else {        ns <- getNamespace("future")        if (!exists("evalFutureInternal", mode = "function",             envir = ns, inherits = FALSE)) {            msg <- sprintf("%s. Package 'future' version %s is too old. Please update and retry",                 msg, packageVersion("future"))        }        else {            msg <- sprintf("%s. Using package 'future' v%s",                 msg, packageVersion("future"))        }    }    msg <- sprintf("%s. Possible other reasons: %s", msg, conditionMessage(ex))    call <- conditionCall(ex)    if (!is.null(call)) {        call <- deparse(call, width.cutoff = 500L)        call <- paste(call, collapse = " -> ")        msg <- sprintf("%s [in %s]", msg, call)    }    ex <- simpleError(msg)    class(ex) <- c("FutureLaunchError", "FutureError", class(ex))    ex})
48: evalFuture(data)
49: eval(expr, env)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
54: try(eval(expr, env), silent = TRUE)
55: serialize(what, NULL, xdr = FALSE)
56: sendMaster(try(eval(expr, env), silent = TRUE), FALSE)
57: mcparallel(evalFuture(data))
58: (function() {    oopts <- options(mc.cores = NULL)    on.exit(options(oopts))    mcparallel(evalFuture(data))})()
59: launchFuture.MulticoreFutureBackend(backend, future = future)
60: launchFuture(backend, future = future)
61: doTryCatch(return(expr), name, parentenv, handler)
62: tryCatchOne(expr, names, parentenv, handlers[[1L]])
63: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
64: doTryCatch(return(expr), name, parentenv, handler)
65: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
66: tryCatchList(expr, classes, parentenv, handlers)
67: tryCatch({    launchFuture(backend, future = future)}, FutureError = function(ex) {    future[["state"]] <- "failed"    stop(ex)}, error = function(ex) {    msg <- conditionMessage(ex)    label <- sQuoteLabel(future)    msg <- sprintf("Caught an unexpected error of class %s when trying to launch future (%s) on backend of class %s. The reason was: %s",         class(ex)[1], label, class(backend)[1], msg)    future[["state"]] <- "failed"    stop(FutureLaunchError(msg, future = future))})
68: run.Future(future)
69: run(future)
70: future(expr, substitute = FALSE, envir = future.envir, stdout = future.stdout,     conditions = future.conditions, globals = globals_ii, packages = packages_ii,     seed = future.seed, label = labels[ii])
71: doTryCatch(return(expr), name, parentenv, handler)
72: tryCatchOne(expr, names, parentenv, handlers[[1L]])
73: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
74: doTryCatch(return(expr), name, parentenv, handler)
75: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]),     names[nh], parentenv, handlers[[nh]])
76: tryCatchList(expr, classes, parentenv, handlers)
77: tryCatch({    for (ii in seq_along(chunks)) {        chunk <- chunks[[ii]]        if (debug)             mdebugf("Chunk #%d of %d ...", ii, length(chunks))        args_ii <- get_chunk(chunk_args, chunk)        globals_ii <- globals        globals_ii[["...future.elements_ii"]] <- args_ii        packages_ii <- packages        if (scanForGlobals) {            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ...",                   args_name, ii)            gp <- getGlobalsAndPackages(args_ii, envir = envir,                 globals = TRUE)            globals_args <- gp$globals            packages_args <- gp$packages            gp <- NULL            if (debug) {                mdebugf("   + additional globals found: [n=%d] %s",                   length(globals_args), commaq(names(globals_args)))                mdebugf("   + additional namespaces needed: [n=%d] %s",                   length(packages_args), commaq(packages_args))            }            if (length(globals_args) > 0L) {                reserved <- intersect(c("...future.FUN", "...future.elements_ii",                   "...future.seeds_ii"), names(globals_args))                if (length(reserved) > 0) {                  stop("Detected globals in '%s' using reserved variables names: ",                     args_name, commaq(reserved))                }                globals_args <- as.FutureGlobals(globals_args)                globals_ii <- unique(c(globals_ii, globals_args))                if (length(packages_args) > 0L)                   packages_ii <- unique(c(packages_ii, packages_args))            }            if (debug)                 mdebugf(" - Finding globals in '%s' for chunk #%d ... DONE",                   args_name, ii)        }        args_ii <- NULL        if (!is.null(globals.maxSize)) {            globals_ii["...future.globals.maxSize"] <- list(globals.maxSize)        }        if (length(chunks) > 1L) {            options(future.globals.maxSize = length(chunks) *                 globals.maxSize.default)            if (debug)                 mdebugf(" - Adjusted option 'future.globals.maxSize': %.0f -> %d * %.0f = %.0f (bytes)",                   globals.maxSize.default, length(chunks), globals.maxSize.default,                   getOption("future.globals.maxSize"))            on.exit(options(future.globals.maxSize = globals.maxSize),                 add = TRUE)        }        if (is.null(seeds)) {            if (debug)                 mdebug(" - seeds: <none>")        }        else {            if (debug)                 mdebugf(" - seeds: [%d] <seeds>", length(chunk))            globals_ii[["...future.seeds_ii"]] <- seeds[chunk]        }        if (debug) {            mdebugf(" - All globals exported: [n=%d] %s", length(globals_ii),                 commaq(names(globals_ii)))        }        fs[[ii]] <- future(expr, substitute = FALSE, envir = future.envir,             stdout = future.stdout, conditions = future.conditions,             globals = globals_ii, packages = packages_ii, seed = future.seed,             label = labels[ii])        if (debug) {            mdebug("Created future:")            mprint(fs[[ii]])        }        rm(list = c("chunk", "globals_ii"))        if (debug)             mdebugf("Chunk #%d of %d ... DONE", ii, nchunks)    }    if (debug)         mdebugf("Launching %d futures (chunks) ... DONE", nchunks)    if (debug)         mdebugf("Resolving %d futures (chunks) ...", nchunks)    if (isFALSE(future.seed)) {        withCallingHandlers({            values <- local({                oopts <- options(future.rng.onMisuse.keepFuture = FALSE)                on.exit(options(oopts))                value(fs)            })        }, RngFutureCondition = function(cond) {            idx <- NULL            uuid <- attr(cond, "uuid")            if (!is.null(uuid)) {                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]]$uuid, uuid))                     idx <- kk                }            }            else {                f <- attr(cond, "future")                if (is.null(f))                   return()                if (!isFALSE(f$seed))                   return()                for (kk in seq_along(fs)) {                  if (identical(fs[[kk]], f))                     idx <- kk                }            }            if (is.null(idx))                 return()            f <- fs[[idx]]            label <- sQuoteLabel(f)            message <- sprintf("UNRELIABLE VALUE: One of the %s iterations (%s) unexpectedly generated random numbers without declaring so. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'future.seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via a parallel RNG method. To disable this check, use 'future.seed = NULL', or set option 'future.rng.onMisuse' to \"ignore\".",                 sQuote(.packageName), label)            cond$message <- message            if (inherits(cond, "warning")) {                warning(cond)                invokeRestart("muffleWarning")            }            else if (inherits(cond, "error")) {                stop(cond)            }        })    }    else {        value(fs)    }}, interrupt = function(int) {    onInterrupt(int, fcn_name = fcn_name, debug = debug)}, error = function(e) {    onError(e, futures = fs, debug = debug)})
78: future_xapply(FUN = FUN, nX = nX, chunk_args = X, args = list(...),     get_chunk = `chunkWith[[`, expr = expr, envir = envir, future.envir = future.envir,     future.globals = future.globals, future.packages = future.packages,     future.scheduling = future.scheduling, future.chunk.size = future.chunk.size,     future.stdout = future.stdout, future.conditions = future.conditions,     future.seed = future.seed, future.label = future.label, fcn_name = fcn_name,     args_name = args_name, debug = debug)
79: future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,     future.label = future.label)
80: (function (X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, future.envir = parent.frame(),     future.label = "future_sapply-%d") {    FUN <- match.fun(FUN)    answer <- future_lapply(X = X, FUN = FUN, ..., future.envir = future.envir,         future.label = future.label)    if (USE.NAMES && is.character(X) && is.null(names(answer)))         names(answer) <- X    if (!isFALSE(simplify) && length(answer))         simplify2array(answer, higher = (simplify == "array"))    else answer})(X = list(c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.09, `39` = 0.14, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.0987134403090177, `52` = 0.164020795831727, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = 0.29, `58` = -0.100520888309828, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = 0.57, `36` = 0.54, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = 0.34, `8` = 0.13, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = -0.135213532787119, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = 0.3, `62` = -0.53, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.17, `23` = 0.06, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.03, `27` = 0.15, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.0312763397465347, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = -0.304885699715012, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = 0.57, `36` = 0.54, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = -0.11, `11` = 0.09, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.06, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = -0.0744457180627238, `33` = 0.560861637459986, `34` = 0.4, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = 0.154892543692689, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.144786467212881, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.08, `61` = 0.3, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = -0.100520888309828, `65` = 0.47, `66` = 0.48, `67` = 0.13), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = -0.101263423668484, `4` = 0.454043931854225, `5` = 0.13, `6` = 0.13, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = -0.06, `19` = -0.07, `20` = 0.21, `21` = -0.02, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.00894872929113188, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.09, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = 0.534786467212881, `56` = 0.394786467212881, `57` = 0.29, `58` = 0.26, `59` = -0.41, `60` = 0.08, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.0294791116901718, `64` = 0.26, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.06, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.0389487292911319, `23` = 0.144256084813841, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.03, `27` = 0.15, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = -0.0685115072938493, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = -0.00170340532077196, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.12, `46` = 0.13, `47` = 0.06, `48` = 0.25, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = 0.67, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.08, `61` = 0.3, `62` = -0.53, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = 0.5, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = 0.285968984223825, `11` = 0.0812763397465347, `12` = -0.08, `13` = -0.1, `14` = -0.29, `15` = -0.14, `16` = 0.48958518816998, `17` = 0.304892543692689, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = -0.19, `29` = 0.17, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.14, `40` = 0.0312763397465347, `41` = -0.01, `42` = 0.14, `43` = 0.18, `44` = 0.392134555217682, `45` = 0.1285244233719, `46` = 0.113831778894609, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.09, `50` = 0.31, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = -0.24, `57` = 0.29, `58` = 0.26, `59` = 0.569479111690172, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = -0.53, `63` = 0.0294791116901718, `64` = 0.26, `65` = 0.47, `66` = -0.211687729587716, `67` = 0.133619625934993), c(`1` = -0.0648856997150118, `2` = 0.74, `3` = 0.33, `4` = -0.23, `5` = 0.0789487292911319, `6` = 0.0742560848138414, `7` = -0.0321120355069481, `8` = 0.173195320015761, `9` = 0.177235829881148, `10` = -0.11, `11` = 0.09, `12` = 0.22958518816998, `13` = 0.244892543692689, `14` = 0.43958518816998, `15` = 0.284892543692689, `16` = -0.34, `17` = -0.16, `18` = 0.20958518816998, `19` = 0.214892543692689, `20` = -0.0010512707088681, `21` = 0.224256084813841, `22` = 0.17, `23` = 0.06, `24` = 0.0749986201724974, `25` = 0.2, `26` = 0.343847454627665, `27` = 0.219154810150375, `28` = 0.392352780277671, `29` = 0.0276601358003801, `32` = 0.6, `33` = -0.04, `34` = -0.175956068145775, `35` = -0.281899882547332, `36` = -0.256592527024623, `37` = 0.22, `38` = 0.0812763397465348, `39` = 0.0345743142532654, `40` = 0.14, `41` = -0.01, `42` = 0.14, `43` = -0.00212771124000391, `44` = 0.01, `45` = 0.12, `46` = 0.13, `47` = 0.1885244233719, `48` = -0.00616822110539052, `49` = 0.1585244233719, `50` = -0.0661682211053905, `51` = 0.07, `52` = 0, `53` = 0.01, `54` = -0.515213532787119, `55` = -0.38, `56` = 0.394786467212881, `57` = -0.135213532787119, `58` = -0.100520888309828, `59` = -0.41, `60` = 0.0794791116901718, `61` = -0.140520888309828, `62` = 0.689479111690172, `63` = 0.13, `64` = -0.100520888309828, `65` = -0.310520888309828, `66` = 0.48, `67` = 0.13)), FUN = function (y_boot, cluster = cluster) {    boot_env$dat[[y_name]] <- y_boot    boot_model_call <- do.call(metafor::update.rma, args = arg_list)    boot_mod <- tryCatch(eval(boot_model_call, envir = boot_env),         error = function(e) NA)    if (inherits(boot_mod, "rma")) {        cov_mat <- clubSandwich::vcovCR(boot_mod, cluster = cluster,             type = type)        res <- clubSandwich::Wald_test(boot_mod, constraints = C_mat,             vcov = cov_mat, test = test)        res <- res$Fstat    }    else {        res <- NA    }    return(res)}, cluster = c(9L, 10L, 11L, 11L, 16L, 16L, 23L, 23L, 27L, 44L, 44L, 12L, 12L, 13L, 13L, 14L, 14L, 15L, 15L, 17L, 17L, 18L, 18L, 24L, 25L, 22L, 22L, 26L, 26L, 29L, 29L, 43L, 45L, 45L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 19L, 19L, 20L, 20L, 21L, 21L, 28L, 28L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 46L, 46L), simplify = TRUE, future.packages = c("clubSandwich", "metafor"))
81: do.call(future.apply::future_sapply, args = c(sapply_args, future_args,     future_f_args))
82: run_cwb(null_model, cluster = cluster, R = R, f = get_boot_F,     auxiliary_dist = auxiliary_dist, adjust = adjust, simplify = TRUE,     seed = seed, future_args = future_args, future_f_args = future_f_args)
83: Wald_test_cwb(full_model = rma_model, constraints = constrain_equal(1:3),     R = reps, seed = 20210314)
84: system.time(res_para <- Wald_test_cwb(full_model = rma_model,     constraints = constrain_equal(1:3), R = reps, seed = 20210314))
85: eval(expr, envir)
86: eval(expr, envir)
87: withVisible(eval(expr, envir))
88: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) {    watcher$capture_plot_and_output()    if (on_message$capture) {        watcher$push(cnd)    }    if (on_message$silence) {        invokeRestart("muffleMessage")    }}, warning = function (cnd) {    if (getOption("warn") >= 2 || getOption("warn") < 0) {        return()    }    watcher$capture_plot_and_output()    if (on_warning$capture) {        cnd <- sanitize_call(cnd)        watcher$push(cnd)    }    if (on_warning$silence) {        invokeRestart("muffleWarning")    }}, error = function (cnd) {    watcher$capture_plot_and_output()    cnd <- sanitize_call(cnd)    watcher$push(cnd)    switch(on_error, continue = invokeRestart("eval_continue"),         stop = invokeRestart("eval_stop"), error = NULL)})
89: eval(call)
90: eval(call)
91: with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers)
92: doWithOneRestart(return(expr), restart)
93: withOneRestart(expr, restarts[[1L]])
94: withRestartList(expr, restarts[-nr])
95: doWithOneRestart(return(expr), restart)
96: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
97: withRestartList(expr, restarts)
98: withRestarts(with_handlers({    for (expr in tle$exprs) {        ev <- withVisible(eval(expr, envir))        watcher$capture_plot_and_output()        watcher$print_value(ev$value, ev$visible, envir)    }    TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
99: evaluate::evaluate(...)
100: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options))
101: in_dir(input_dir(), expr)
102: in_input_dir(evaluate(code, envir = env, new_device = FALSE,     keep_warning = if (is.numeric(options$warning)) TRUE else options$warning,     keep_message = if (is.numeric(options$message)) TRUE else options$message,     stop_on_error = if (is.numeric(options$error)) options$error else {        if (options$error && options$include)             0L        else 2L    }, output_handler = knit_handlers(options$render, options)))
103: eng_r(options)
104: block_exec(params)
105: call_block(x)
106: process_group(group)
107: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    })
108: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global()))
109: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) {        if (progress && is.function(pb$interrupt))             pb$interrupt()        if (is_R_CMD_build() || is_R_CMD_check())             error <<- format(e)    }), list(rlang_trace_top_env = knit_global())), function(loc) {    setwd(wd)    write_utf8(res, output %n% stdout())    paste0("\nQuitting from ", loc, if (!is.null(error))         paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
110: process_file(text, output)
111: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
112: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(),     output_dir = getwd(), ...)
113: vweave_rmarkdown(...)
114: engine$weave(file, quiet = quiet, encoding = enc)
115: doTryCatch(return(expr), name, parentenv, handler)
116: tryCatchOne(expr, names, parentenv, handlers[[1L]])
117: tryCatchList(expr, classes, parentenv, handlers)
118: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    output <- find_vignette_product(name, by = "weave", engine = engine)    if (!have.makefile && vignette_is_tex(output)) {        texi2pdf(file = output, clean = FALSE, quiet = quiet)        output <- find_vignette_product(name, by = "texi2pdf",             engine = engine)    }    outputs <- c(outputs, output)}, error = function(e) {    thisOK <<- FALSE    fails <<- c(fails, file)    message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)))})
119: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/wildmeta.Rcheck/vign_test/wildmeta",     skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpXbuvmU/file1743029801f8a.rds")
An irrecoverable exception occurred. R is aborting now ...

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Quitting from cwbmeta.Rmd:196-217 [unnamed-chunk-9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! A future ('future_sapply-1') of class MulticoreFuture was interrupted, while running on localhost (pid 6237) [future 'future_sapply-1' (b8c90d51905233c600560be9fa633b5c-47); on b8c90d51905233c600560be9fa633b5c@macos15-vm.local<99212> at 2026-02-13 15:06:08.901192]
---
Backtrace:
     ▆
  1. ├─base::system.time(...)
  2. └─wildmeta::Wald_test_cwb(...)
  3.   └─wildmeta::run_cwb(...)
  4.     ├─base::do.call(...)
  5.     └─future.apply (local) `<fn>`(...)
  6.       └─future.apply::future_lapply(...)
  7.         └─future.apply:::future_xapply(...)
  8.           └─base::tryCatch(...)
  9.             └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 10.               └─base (local) tryCatchOne(...)
 11.                 └─value[[3L]](cond)
 12.                   └─future.apply:::onError(e, futures = fs, debug = debug)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'cwbmeta.Rmd' failed with diagnostics:
A future ('future_sapply-1') of class MulticoreFuture was interrupted, while running on localhost (pid 6237) [future 'future_sapply-1' (b8c90d51905233c600560be9fa633b5c-47); on b8c90d51905233c600560be9fa633b5c@macos15-vm.local<99212> at 2026-02-13 15:06:08.901192]
--- failed re-building ‘cwbmeta.Rmd’

SUMMARY: processing the following file failed:
  ‘cwbmeta.Rmd’

Error: Vignette re-building failed.
Execution halted
OK r-devel-windows-x86_64

*


            
OK r-oldrel-macos-arm64

*


            
OK r-oldrel-macos-x86_64

*


            
OK r-oldrel-windows-x86_64

*


            
OK r-patched-linux-x86_64

*


            
OK r-release-linux-x86_64

*


            
OK r-release-macos-arm64

*


            
OK r-release-macos-x86_64

*


            
OK r-release-windows-x86_64

*


            

Check History

ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 9, 2026
ERROR r-devel-macos-arm64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building ‘cwbmeta.Rmd’ using rmarkdown

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: base::chol2inv(x, ...)
 2: chol2inv(chol(V))
 3: chol2inv(chol(V))
 4: chol(chol2inv(chol(V)))
 5: withCallingHandlers(expr, warning = function(w) if (inherits(w,     classes)) tryInvokeRestart("muffleWarning"))
 6: suppressWarnings(chol(chol2inv(chol(V))))
 7: doT

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies clubSandwich sandwich robumeta metafor metafor wildmeta

Version History

new 0.3.2 Mar 9, 2026