Estimate graphon matrix by soft-impute for independent adjacency matrices with missing values.
softImpute.network.missing(
data_incomplete_list,
eta_list,
lambda,
a,
it_max = 10000
)Estimated graphon matrix
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 scalar of thresholding parameter for leading singular value in the soft-impute algorithm.
A numeric scalar of truncation parameter in the soft-impute algorithm.
An integer scalar of maximum iteration for the soft-impute algorithm.
Haotian Xu
Dubey, Xu and Yu (2021) <arxiv:2110.06450>