| explained.TSFmodel {tsfa} | R Documentation |
Calculate portion of the data (indicators) explained by the factors.
explained(object, ...)
## S3 method for class 'TSFmodel':
explained(object, names=object$names, ...)
## S3 method for class 'TSFestModel':
explained(object, ...)
object |
A TSFmodel or TSFestModel. |
names |
A vector of strings to use for the output series. |
... |
arguments passed to other methods. |
A time series matrix.
Paul Gilbert
TSFmodel,
predict,
estTSF.ML,
simulate,
tfplot.TSFmodel,