cusum_arl_sim {vlad} | R Documentation |
Compute ARLs of Bernoulli cumulative sum control charts using simulation.
cusum_arl_sim(r, h, df, R0 = 1, RA = 2)
r |
Integer Vector. Number of runs. |
h |
Double. Control Chart limit for detecting deterioration/improvement. |
df |
Data Frame. First column are Parsonnet Score values within a range of |
R0 |
Double. Odds ratio of death under the null hypotheses. |
RA |
Double. Odds ratio of death under the alternative hypotheses. |
Philipp Wittenberg
# This function is deprecated. See bcusum_arl_sim() instead.