Perform online change point detection for network with missing values by controlling the false alarm rate at level alpha.
online.network.missing(
data_incomplete_list,
eta_list,
alpha_grid,
thresholds_array,
rho_hat,
pi_ub_hat,
C_lambda = 2/3,
delta = 5
)Online change point estimator.
A list of adjacency matrices (with entries being 0 or 1) with missing values being coercing to 0.
A list of matrices associated with data_incomplete_list, each matrix indicates the missing entries in corresponding adjacency matrix.
A numeric vector in (0,1) representing the desired false alarm rate.
A numeric array of calibrated thresholds.
A numeric scalar of the sparsity parameter.
A numeric scalar of the upper bound of the missing probability.
A numeric scalar of an absolute constant, which is set to be 2/3 by default.
An integer scalar of minimum spacing.
Haotian Xu
Dubey, Xu and Yu (2021) <arxiv:2110.06450>
calibrate.online.network.missing for calibrating thresholds.