graph (version 1.50.0)

calcProb: Calculate the hypergeometric probability of the subgraph's number of edges.

Description

calcProb calculates the probability of having the number of edges found in the subgraph given that it was made from origgraph. The hypergeometric distribution is used to calculate the probability (using the pdf).

Usage

calcProb(subgraph, origgraph)

Arguments

subgraph
subgraph made from the original graph
origgraph
original graph object from which the subgraph was made

Value

The probability of the subgraph's number of edges is returned.

See Also

calcSumProb

Examples

Run this code
 #none right now

Run the code above in your browser using DataLab