Update nonc input

This commit is contained in:
2025-05-18 22:37:38 +02:00
parent 122a77fcfa
commit 64325b8e0f
2 changed files with 6 additions and 3 deletions

2
test.R
View File

@@ -42,7 +42,7 @@ generate_basis_data <- function(num_knots, mu_value, sig_value, nonc_value, tail
knot_values <- c(10)
mu_values <- seq(0.1, 0.9, by = 0.2)
sig_values <- 2^(-2:2)
nonc_values <- c(-4,2,0,2,4)
nonc_values <- c(-4,-2,0,2,4)
tailw_values <- 2^(-2:2)
# Create an empty list to store all combinations