Skip to content

RESUME-Epi/activeSens_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActiveSens Analysis repository

Content

Notes

1/17/25

The data (i.e., the rds files in the output folders) can be read in and visualized via:

d <- readRDS("output/eigf_d1_100s_300i/eigf_d1_100s_300i_5.0_1.rds") 
par(mfrow = c(1, 2))   
matplot(d$sobolmat, type = "l", main = 'sobol indices', xlab = "iteration")  
matplot(d$sigma2_A_mat, type = "l", xlab = "iteration")  
plot(d$sigma2_vec, type = "l", xlab = "iteration")

Plots of eigf_d1_100s_300i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages