# Example with known parameters
GICARL_CUSUM_down(alpha = 1, beta = 1, alpha_est = 1, beta_est = 1,
beta_ratio = 1/2.5, H_minus = -2.792, H_delta = 0, m = 100)
# Example with estimated parameters
GICARL_CUSUM_down(alpha = 1, beta = 1, alpha_est = 1, beta_est = 1.1,
beta_ratio = 1/2, H_minus = -4.1497, H_delta = 1.5167,
m = 100)
Run the code above in your browser using DataLab