module.exports = function (nodeMatrix, linkProb, tolerance, callback, debug) {
if (!nodeMatrix || !linkProb || !tolerance || !callback)
throw new Error("Provide 4 arguments: "+
"nodeMatrix, link probability, tolerance, callback")