combine {onlineBcp} | R Documentation |
Combine two BayesCP objects
Description
Combine two BayesCP objects
Usage
combine(bcp1, bcp2)
Arguments
bcp1 |
the first BayesCP object to be combined |
bcp2 |
the second BayesCP opbject to be combined |
Value
The combined BayesCP object. Notice that if bcp1 has n1 change points (n1 + 1 segments), and bcp2 has n2 change points (n2 + 1 segments), the combined bcp will have n1+n2 change points and n1+n2+2 segments.
[Package onlineBcp version 0.1.8 Index]