Learn R Programming

algebraic.dist (version 0.9.1)

infimum: Get the infimum of the support.

Description

Get the infimum of the support.

Usage

infimum(object)

Value

The infimum (greatest lower bound) of the support.

Arguments

object

A support object.

Examples

Run this code
I <- interval$new(0, 10)
infimum(I)  # 0

S <- finite_set$new(c(3, 7, 11))
infimum(S)  # 3

Run the code above in your browser using DataLab