Description Usage Arguments Value Author(s) See Also
View source: R/calculateEdgeProbabilitiesSegs.R
This function calculates the marginal posterior probabilities for the edges in each network for the specified segments.
1 | calculateEdgeProbabilitiesSegs(prob.networks, cps, numNodes)
|
prob.networks |
List containing the marginal posterior probabilities
for the edges of each network at each timepoint, from
|
cps |
Changepoints defining the segments for which the edge probabilities should be calculated. Note that these are global changepoints that apply to the whole network. |
numNodes |
Number of nodes in the network. |
Returns a list of length equal to the number of segments, with each entry containing a matrix of size NumNodes by NumNodes which contains the marginal edge probabilities for that segment.
Frank Dondelinger
calculateEdgeProbabilitiesTimePoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.