summary.tsdistribution.profile {tsdistributions}R Documentation

Distribution Profile Summary

Description

Summary method for class “tsdistribution.profile”

Usage

## 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.

Value

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.


[Package tsdistributions version 1.0.1 Index]