calculateCPPGlobal {EDISON}R Documentation

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.

Author(s)

Frank Dondelinger

See Also

calculateCPProbabilities


[Package EDISON version 1.1.1 Index]