项目作者: Heril

项目描述 :
Simulate Bivariate Copulas and Compare Control Chart Performance for them.
高级语言: HTML
项目地址: git://github.com/Heril/CopulaControl.git
创建时间: 2020-06-21T07:33:35Z
项目社区:https://github.com/Heril/CopulaControl

开源协议:MIT License

下载


CopulaControl

Simulate Bivariate Copulas and Compare Control Chart Performance for them.

Running Script

To run, open R from this directory and enter the command source('./run.R', local = T).

Contents of files

run.R

  1. - wrapper to run entire script.
  2. - 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.

dependencies.R

  1. - checks if all required packages are installed and installs those missing via CRAN

library.R

  1. - imports packages and creates helper functions.

parameters.R

  1. - sets experimental parameters. Not all work from here.
  2. - Details on setting them documented in this file.
  3. - Change `registerDoMC(n)` to run using `n` threads.

generator.R

  1. - Generates data and test statistics for experimental combinations

analysis.R

  1. - Computes the UCL and ARL of experimental combinations
  2. - 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.