Description Usage Arguments Details Value Author(s) References See Also Examples
Given a parameter lambda and a number Kmax, computes the distribution of the truncated Poisson(lambda) up to Kmax.
1 |
lambda |
Value of the Poisson parameter wanted |
Kmax |
Maximum number of segments considered |
Given a parameter lambda and a number Kmax, computes the distribution of the truncated Poisson(lambda) up to Kmax.
A vector of probabilities of size Kmax with truncated poisson probability.
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
Cleynen & Robin (2014): Comparing change-point location in independent series Statistics and Computing
1 2 | # truncated Poisson with parameter 3.5 and Kmax=20
priorK<-TruncPois(3.5,20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.