Skip to content

Commit 11ffcd1

Browse files
author
dirmeier
committed
Updates docu
1 parent f75d64f commit 11ffcd1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

R/mrw.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
#' computed solving the analytical solution or rather iteratively
4949
#' @param correct.for.hubs if \code{TRUE} multiplies a correction factor to the
5050
#' nodes, such that the random walk gets not biased to nodes with high
51-
#' degree.
51+
#' degree. In that case the original input matrix will be normalized as:
52+
#' \deqn{ P(j | i) = 1 /degree(i) * min(1, degree(j)/degree(j))}
53+
#' \emph{Note that this will not consider edge weights.}
54+
#'
5255
#' @return returns a list with the following elements
5356
#' \itemize{
5457
#' \item p.inf the stationary distribution as numeric vector

man/random-walk-methods.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)