search for: dcarcontcontrol

Displaying 1 result from an estimated 1 matches for "dcarcontcontrol".

2016 Apr 14
0
DataControl and DCARContControl functions
Hello, I have some trouble with DataControl and DCARContControl functions. I can use the following codes for multivariate normal distribution. sigma <- matrix(c(-1, 0, 0, 1), 2, 2) ?dc <- DataControl(size = 100, distribution = rmvnorm, dots = list(sigma = sigma)) ?cc <- DCARContControl(epsilon = seq(0.05, 0.15, by = 0.05), distribution = rmvnorm,dots...