summary.tsdistribution.profile function

Distribution Profile Summary

Distribution Profile Summary

Summary method for class tsdistribution.profile

## S3 method for class 'tsdistribution.profile' summary(object, digits = 4, measure = "RMSE", ...)

Arguments

  • object: an object of class tsdistribution.profile .
  • digits: integer, used for number formatting. Optionally, to avoid scientific notation, set options(scipen=999) .
  • measure: 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.

Returns

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.