Displays a useful description of a distribution object from mistr
.
# S3 method for standist
summary(object, level = 1, space = 2, additional_list, truncation, ...)# S3 method for trans_standist
summary(object, level = 1, space = 2, additional_list, truncation, ...)
# S3 method for mixdist
summary(object, level = 1, space = 2, additional_list, truncation, ...)
# S3 method for trans_mixdist
summary(object, level = 1, space = 2, additional_list, truncation, ...)
# S3 method for compdist
summary(object, level = 1, space = 2, additional_list, truncation, ...)
# S3 method for trans_compdist
summary(object, level = 1, space = 2, additional_list, truncation, ...)
distribution object to summarize.
adds 3*(level-1) spaces before the print, default: 1.
number of blank lines between outputs, default: 2.
additional information that may be passed to summary.
summary
prints useful description of a distribution object. This feature might
be useful when working with a more complicated distribution that contains
mixture and composite distributions as components and the print function does not
offer enough information.
Arguments level
, additional_list
and truncation
are present for recursive usage that is done for more complicated models
automatically by the function.