summary.tsdistribution.profile | R Documentation |
Summary method for class “tsdistribution.profile”
## S3 method for class 'tsdistribution.profile'
summary(object, digits = 4, measure = "RMSE", ...)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.