Rdocumentation
powered by
Learn R Programming
EDISON (version 1.1.1)
calculateCPPGlobal: Calculated the global changepoint probabilities.
Description
This function calculates the global probability of a changepoint at each measured timepoint, using the node-specific probabilities.
Usage
calculateCPPGlobal(prob.cps)
Arguments
prob.cps
Node-specific changepoint probabilities, a NumNodes by NumTimepoints matrix.
Value
A matrix of length 1 by NumTimepoints, containing the global changepoint probabilities.
See Also
calculateCPProbabilities