calculateCPPGlobal {EDISON} | R Documentation |
This function calculates the global probability of a changepoint at each measured timepoint, using the node-specific probabilities.
calculateCPPGlobal(prob.cps)
prob.cps |
Node-specific changepoint probabilities, a NumNodes by NumTimepoints matrix. |
A matrix of length 1 by NumTimepoints, containing the global changepoint probabilities.
Frank Dondelinger