Learn R Programming

delt (version 0.8.2)

supp: Returns the bounding box of observations

Description

Returns the smallest rectangle containing the observations. The sides of the rectangle are parallel to the coordinate axis.

Usage

supp(dendat, epsi=0, blown=FALSE)

Arguments

dendat
n*d data matrix
epsi
positive number: option to return the smallest rectangle such that the epsi-shrinkage of the rectangle containes the observations
blown
internal

Value

2*d vector: (2*i-1)-element, i=1,...,d, is the start of the i:th interval and (2*i)-element is the end of the i:th interval

Examples

Run this code
set.seed(1)
dendat<-matrix(rnorm(20),10)
supp(dendat)

Run the code above in your browser using DataLab