param.est {changepoint} | R Documentation |
Generic Function - param.est
Description
Generic function
Usage
param.est(object)
Arguments
object |
Depending on the class of |
Details
Generic Function
Value
Depends on the class of object
, see individual methods
Author(s)
Rebecca Killick
See Also
Examples
x=new("cpt") # new cpt object
param.est(x) # retrieves the param.est slot from x
[Package changepoint version 2.3 Index]