sudo_support: Support Interval of Distribution Object
Description
sudo_support is a generic function that returns the two boundary values
of object's support.
Usage
sudo_support(O)
# S3 method for discrdist
sudo_support(O)
# S3 method for contdist
sudo_support(O)
# S3 method for mixdist
sudo_support(O)
# S3 method for compdist
sudo_support(O)
# S3 method for trans_univdist
sudo_support(O)
Value
Named vector containing two values.
Arguments
O
distribution object.
Details
Methods of sudo_support function calculate the support's boundary
values for any distribution in the package mistr. This technique
is particularly useful when dealing with a transformed distribution.