Learn R Programming

Segmentor3IsBack (version 1.5)

getMean: Generic function

Description

Generic function

Usage

getMean(object)

Arguments

object
An object of class Segmentor

Value

  • If model is Variance, the value of the mean used for the analysis.

Details

Returns the slot Mean of an object of class Segmentor

References

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 Rigaill, G. A Generic Implementation of the Pruned Dynamic Programing Algorithm: Submitted http://arxiv.org/abs/1204.5564

variance parameter: Hall, P. and Kay, J. and Titterington, D. (1990): Asymptotically optimal difference-based estimation of variance in non-parametric regression Biometrika

See Also

getOverdispersion

Examples

Run this code
x=new("Segmentor",model="Variance",mean=2.2) # new Segmentor object
getMean(x) # retrieves the overdispersion slot from x

Run the code above in your browser using DataLab