Description Usage Arguments Value Examples
View source: R/FullExperiment.US.R
FULL EXPERIMENT - runs an experiment for one distribution
1 2 3 4 5 6 7 | FullExperiment.US(
distribution,
MC,
n,
cl = parallel::makeCluster(parallel::detectCores() - 1),
US_ratio
)
|
distribution |
One of the following strings : "normal", "gamma.skewed", "gamma.symmetrical", "log.normal","bimodal1","bimodal2" ,"t3" , "laplace" |
MC |
number of monte carlo replications |
n |
an integer - sample size from each population |
cl |
a parallel::makeCluster object |
US_ratio |
factor to multiply the bandwidth (default = 0.5) |
simsalapar's experiment resutls, for the following parameter grid : AUC = 0.7,0.8,0.9 ; theta_squared = 0.5,1,2 ; var_eq = TRUE, FALSE ; ME_var_ratio = 0.5,1,2 to be used with write.csv directly
1 | FullExperiment.US("gamma.skewed",MC=2,n=250,cl=parallel::makeCluster(parallel::detectCores()-1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.