Description Usage Arguments Value Examples
The function evaluates the penalty term for the standard Bayesian Information Criterion applied to the change-point detection problem. This routine is typically not called directly by the user; its name can be passed as an argument to changepoints
.
1 | bic.penalty(n, cpt)
|
n |
the number of observations |
cpt |
a vector with localisations of change-points |
the penalty term k * log(n) where k denotes the number of elements in cpt
1 2 3 4 5 6 7 8 |
$bic.penalty
[1] 55
$bic.penalty
[1] 56
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.