Learn R Programming

algebraic.dist (version 0.9.1)

sup.edist: Support for expression distributions.

Description

Falls back to realize and delegates to sup.empirical_dist.

Usage

# S3 method for edist
sup(x)

Value

A finite_set support object.

Arguments

x

An edist object.

Examples

Run this code
# \donttest{
set.seed(1)
z <- normal(0, 1) * exponential(1)
sup(z)
# }

Run the code above in your browser using DataLab