VE step
VEstep(VE, mstep, directed, sparse, method, epsilon, fix.iter, data)
VE
: Results of the previous VE step for iterative computationmstep
: Results of the previous mstep for iterative computationdirected
: Boolean for directed (TRUE) or undirected (FALSE) casesparse
: Boolean for sparse (TRUE) or not sparse (FALSE) casemethod
: List of string. Can be "hist" for histogram method or "kernel" for kernel methodepsilon
: Threshold for the stopping criterion of VEM and fixed point iterationsfix.iter
: Maximum number of iterations of the fixed pointdata
: Data same of mainVEM