Update
One update of by the fixed point equation
tauUpdate(tau, pi, mstep, data, directed, sparse, method, rho)
tau
: Old pi
: Estimator of group probabilities mstep
: Results of the previous mstep for iterative computationdata
: Data same of mainVEMdirected
: 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 methodrho
: Old (only for sparse model, set to 0 otherwise)