Summary method for class “tsdistribution.profile”
# S3 method for tsdistribution.profile
summary(object, digits = 4, measure = "RMSE", ...)
A list with summary information of class “summary.tsdistribution.profile”, including a table with each actual parameter against the measure chosen across each size in the profile.
an object of class “tsdistribution.profile”.
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.
either one of the 3 included measure in the summary slot of the returned object “RMSE”, “MAE” or “MAPE”, else any other user calculated measure which has been generated in the summary table post processing.
not currently used.