supp: Returns the bounding box of observations

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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

Author(s)

Jussi Klemela

Examples

1
2
3
set.seed(1)
dendat<-matrix(rnorm(20),10)
supp(dendat)

delt documentation built on May 2, 2019, 3:42 p.m.