stationary {einet} | R Documentation |
Stationary Distribution
Description
Gives a stationary probability vector of a given network.
Usage
stationary(graph, zero_cutoff = 1e-10)
Arguments
graph |
igraph or matrix object. |
zero_cutoff |
Numeric threshold for zero value. |
Value
A numeric vector
corresponding to stationary distribution.
[Package einet version 0.1.0 Index]