-
Notifications
You must be signed in to change notification settings - Fork 1
/
4_analysis.R
37 lines (23 loc) · 915 Bytes
/
4_analysis.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
library(here)
source(paste0(here(), "/0_config.R"))
source(paste0(here(), "/1_hal_undersmooth.R"))
source(paste0(here(), "/2_estimation_function.R"))
##############################################################
# Part.1 Simulation
##############################################################
# ----------------------------------------
# simulation with parametric models
# ----------------------------------------
temp <- run_simu(f_simu = simu_para,
psi_true = 0.1153,
n_sample = 500,
N_round = 2)
# ----------------------------------------
# real data based simulation with undersmoothed HAL
# ----------------------------------------
# ----------------------------------------
# real data based simulation with SL
# ----------------------------------------
###############################
# Part.2 Evaluation
###############################