# Example with known parameters
GICARL_CUSUM_up(alpha = 0.9, beta = 2.136, alpha_est = 0.9, beta_est = 1,
beta_ratio = 2.67, H_plus = 25.1592, H_delta = 0, m = 100)
# Example with estimated parameters
GICARL_CUSUM_up(alpha = 1, beta = 1, alpha_est = 1.2, beta_est = 0.8,
beta_ratio = 2, H_plus = 6.5081, H_delta = 2.9693, m = 100)
Run the code above in your browser using DataLab