# \donttest{
# 1. Create mock data (Volatility must be positive)
T_obs <- 50
sigma_mat <- matrix(exp(rnorm(T_obs * 2)), nrow = T_obs, ncol = 2)
# 2. Wrap in list structure
results_mock <- list(
sv = list(
h_summary = list(
sigma_t = sigma_mat
)
)
)
# 3. Plot sector 1
plot_sv_evolution(results_mock, sector = 1)
# }
Run the code above in your browser using DataLab