Description Usage Arguments Details Value Author(s) References See Also Examples
Computes the exact BIC criterion: -Loglikelihood (data,K) and chooses the optimal number of segments as k= argmin(BIC)
1 |
x |
An object of class EBS returned by function EBSegmentation applied to data of interest. |
prior |
A vector of size Kmax giving prior probabilities for segment numbers. |
This function is used to choose the optimal K according to the BIC criteria.
NbBIC |
An integer containing the choice of the optimal number of segments. |
BIC |
A vector of length Kmax returning -Loglikelihood (data,K). |
Alice Cleynen
Rigaill, Lebarbier & Robin (2012): Exact posterior distributions over the segmentation space and model selection for multiple change-point detection problems Statistics and Computing
EBSegmentation
, EBSICL
, EBSPostK
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.