| sup.mixture | R Documentation |
Returns an interval spanning the widest range of all
component supports (from the smallest infimum to the largest supremum).
## S3 method for class 'mixture'
sup(x)
x |
A |
An interval object.
m <- mixture(list(normal(0, 1), exponential(1)), c(0.5, 0.5))
sup(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.