Simulate Bivariate Copulas and Compare Control Chart Performance for them.
To run, open R from this directory and enter the command source('./run.R', local = T)
.
- wrapper to run entire script.
- Last line, creates an RDS file to save data for later analysis. When done with defaults, this will be about 3.2GB. Comment out to not create this file.
- checks if all required packages are installed and installs those missing via CRAN
- imports packages and creates helper functions.
- sets experimental parameters. Not all work from here.
- Details on setting them documented in this file.
- Change `registerDoMC(n)` to run using `n` threads.
- Generates data and test statistics for experimental combinations
- Computes the UCL and ARL of experimental combinations
- This version is the automated, but incorrectly calibrated one. Best I have been able to do is manually adjust them, which I include in my copy.