getOverdispersion {Segmentor3IsBack} | R Documentation |
Generic function
getOverdispersion(object)
object |
An object of class Segmentor |
Returns the slot Overdispersion of an object of class Segmentor
If model is Negative Binomial, the value of the overdispersion used for the analysis.
Alice Cleynen
PDPA: Rigaill, G. Pruned dynamic programming for optimal multiple change-point detection: Submitted http://arxiv.org/abs/1004.0887
PDPA: Cleynen, A. and Koskas, M. and Lebarbier, E. and Rigaill, G. and Robin, S. Segmentor3IsBack (2014): an R package for the fast and exact segmentation of Seq-data Algorithms for Molecular Biology
overdispersion parameter: Johnson, N. and Kemps, A. and Kotz, S. (2005) Univariate Discrete Distributions: John Wiley & Sons
x=new("Segmentor") # new Segmentor object getOverdispersion(x) # retrieves the overdispersion slot from x