fitted-methods {changepoint} | R Documentation |
~~ Methods for Function fitted in Package ‘stats’ ~~
Description
~~ Methods for function fitted
in Package ‘stats’ ~~
Methods
signature(x = "ANY")
-
Generic fitted function, see stats package description using ?fitted
signature(x = "cpt")
-
Returns the fitted values for the model fit to x. Adapts to the specific model type.
signature(x = "cpt.range")
-
As for the
cpt
objects except for one optional arguments,ncpts
. Thencpts
option allows you to specify the fitted values forncpts
changepoints in, i.e. the optimal may be specified as 10 changes but you want to get the fitted values for the segmentation with 5 changes (provided a segmentation with 5 changes is listed incpts.full(x)
. signature(x = "cpt.reg")
-
Returns the fitted values for the model fit to x. Adapts to the specific model type.
[Package changepoint version 2.3 Index]