param.est<- {changepoint} | R Documentation |
Generic Function - param.est<-
Description
Generic function
Usage
param.est(object)<-value
Arguments
object |
Depending on the class of |
value |
Replacement value |
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)<-list(mean=0) # replaces the current param.est list in x with list(mean=0)
[Package changepoint version 2.3 Index]