powered by
Returns an interval spanning the widest range of all component supports (from the smallest infimum to the largest supremum).
interval
# S3 method for mixture sup(x)
An interval object.
A mixture object.
mixture
m <- mixture(list(normal(0, 1), exponential(1)), c(0.5, 0.5)) sup(m)
Run the code above in your browser using DataLab