calculateEdgeProbabilitiesSegs {EDISON} | R Documentation |
This function calculates the marginal posterior probabilities for the edges in each network for the specified segments.
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