supp {delt}R Documentation

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

Author(s)

Jussi Klemela

Examples

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


[Package delt version 0.8.0 Index]