softImpute.network.missing {changepoints} | R Documentation |
Estimate graphon matrix by soft-impute for independent adjacency matrices with missing values.
Description
Estimate graphon matrix by soft-impute for independent adjacency matrices with missing values.
Usage
softImpute.network.missing(
data_incomplete_list,
eta_list,
lambda,
a,
it_max = 10000
)
Arguments
data_incomplete_list |
A |
eta_list |
A |
lambda |
A |
a |
A |
it_max |
An |
Value
Estimated graphon matrix
Author(s)
Haotian Xu
References
Dubey, Xu and Yu (2021) <arxiv:2110.06450>
[Package changepoints version 1.1.0 Index]