Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates the bayesian posterior probability of a changepoint of a segmentation in K segments.
1 | EBSDistrib(x, k, Kk)
|
x |
An object of class EBS returned by function EBSegmentation applied to data of interest. |
k |
The rank of the breakpoint for which the posterior distribution is wanted. Must have 0<k<Kk |
Kk |
The number of segments for the segmentation of interest. Must have 2<Kk<=x$Kmax |
This function is used to compute the posterior distribution of kth changepoint for a segmentation in K segments.
A vector containing distibution of kth changepoint in a segmentation in Kk segments.
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
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.