R/mixture.R
sup.mixture.Rd
Returns an interval spanning the widest range of all component supports (from the smallest infimum to the largest supremum).
interval
# S3 method for class 'mixture' sup(x)
A mixture object.
mixture
An interval object.
m <- mixture(list(normal(0, 1), exponential(1)), c(0.5, 0.5)) sup(m) #> (-Inf, Inf)