Function to compute the default thresholding parameter for leading singular value in the soft-impute algorithm.
lambda.network.missing(s, e, t, alpha, rho, pi_ub, p, C_lambda)The default thresholding parameter for leading singular value in the soft-impute algorithm
An integer scalar of the starting index.
An integer scalar of the ending index.
An integer scalar of the splitting index.
A numeric scalar in (0,1) representing the desired false alarm rate.
A numeric scalar of the sparsity parameter.
A numeric scalar of the upper bound of the missing probability.
An integer scalar of the dimensionality of the graphon matrix.
A numeric scalar of an absolute constant, which is set to be 2/3 by default.
The default thresholding parameter is given in Theorem 2 of the reference.
Dubey, Xu and Yu (2021) <arxiv:2110.06450>