param | R Documentation |
Generic function that returns parameter estimates.
param(object,...)
object |
Depending on the class of |
... |
Other variables that may be required depending on the class of |
Generic Function that returns parameter estimates
Depends on the class of object
, see individual methods
Rebecca Killick
param-methods
,cpt.mean
,cpt.var
,cpt.meanvar
set.seed(1)
x=c(rnorm(100,0,1),rnorm(100,0,10))
ans=cpt.var(x,penalty="Asymptotic",pen.value=0.01,method="AMOC",param.estimates=FALSE)
# if estimates were not requested in the analysis then they can be created at a later stage if
#required
ans=param(ans) # fills the param.est slot with the parameter estimes.
param.est(ans) # variance is 0.8067621
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.