getMean {Segmentor3IsBack} | R Documentation |
Generic function
getMean(object)
object |
An object of class Segmentor |
Returns the slot Mean of an object of class Segmentor
If model is Variance, the value of the mean 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
variance parameter: Hall, P. and Kay, J. and Titterington, D. (1990): Asymptotically optimal difference-based estimation of variance in non-parametric regression Biometrika
x=new("Segmentor",model="Variance",mean=2.2) # new Segmentor object getMean(x) # retrieves the Mean slot from x