sup.mixture: Support of a mixture distribution.

View source: R/mixture.R

sup.mixtureR Documentation

Support of a mixture distribution.

Description

Returns an interval spanning the widest range of all component supports (from the smallest infimum to the largest supremum).

Usage

## S3 method for class 'mixture'
sup(x)

Arguments

x

A mixture object.

Value

An interval object.

Examples

m <- mixture(list(normal(0, 1), exponential(1)), c(0.5, 0.5))
sup(m)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.