calculateEdgeProbabilitiesTimePoints {EDISON} | R Documentation |
This function calculates the marginal posterior edge probabilities of the network at each timepoint.
calculateEdgeProbabilitiesTimePoints(network.samples, cps, numNodes)
network.samples |
Collection of network and changepoint samples of the
MCMC simulation, as obtained by |
cps |
Changepoint vector. |
numNodes |
Number of nodes in the network. |
A list of length equal to the number of timepoints, where each entry contains a matrix of size NumNodes by NumNodes with the marginal posterior edge probabilities of the network at this timepoint.
Frank Dondelinger
calculateEdgeProbabilitiesSegs