online.network.missing {changepoints} | R Documentation |
Online change point detection for network data with missing values.
Description
Perform online change point detection for network with missing values by controlling the false alarm rate at level alpha.
Usage
online.network.missing(
data_incomplete_list,
eta_list,
alpha_grid,
thresholds_array,
rho_hat,
pi_ub_hat,
C_lambda = 2/3,
delta = 5
)
Arguments
data_incomplete_list |
A |
eta_list |
A |
alpha_grid |
A |
thresholds_array |
A |
rho_hat |
A |
pi_ub_hat |
A |
C_lambda |
A |
delta |
An |
Value
Online change point estimator.
Author(s)
Haotian Xu
References
Dubey, Xu and Yu (2021) <arxiv:2110.06450>
See Also
calibrate.online.network.missing
for calibrating thresholds.