ChangePointAnalyzePoissUnRes {StepSignalMargiLike} | R Documentation |
ChangePointAnalyzePoissUnRes
Description
Supported C++ function used in function est.changepoints
.
Usage
ChangePointAnalyzePoissUnRes
Examples
n <- 20
data.x <- rpois(n, 1)
data.x <- c(data.x, rpois(n, 10))
data.x <- c(data.x, rpois(n, 50))
data.x <- c(data.x, rpois(n, 20))
data.x <- c(data.x, rpois(n, 80))
prior <- prior.pois(data.x)
ChangePointAnalyzePoissUnRes(data.x, n, prior)
[Package StepSignalMargiLike version 2.6.0 Index]