setup = list(continuity = TRUE, iid = FALSE, no_skewness = TRUE)
regularity = list(C0 = 1, p = 2)
computedBound <- Bound_EE1(
setup = setup, n = c(150, 2000), K4 = 9,
regularity = regularity, eps = 0.1 )
setup = list(continuity = TRUE, iid = TRUE, no_skewness = TRUE)
regularity = list(kappa = 0.99)
computedBound2 <- Bound_EE1(
setup = setup, n = c(150, 2000), K4 = 9,
regularity = regularity, eps = 0.1 )
setup = list(continuity = FALSE, iid = FALSE, no_skewness = TRUE)
computedBound3 <- Bound_EE1(
setup = setup, n = c(150, 2000), K4 = 9, eps = 0.1 )
setup = list(continuity = FALSE, iid = TRUE, no_skewness = TRUE)
computedBound4 <- Bound_EE1(
setup = setup, n = c(150, 2000), K4 = 9, eps = 0.1 )
print(computedBound)
print(computedBound2)
print(computedBound3)
print(computedBound4)
Run the code above in your browser using DataLab