edepth_sort: Compute the extremal depths for all functions in 'fmat', with...

Description Usage Arguments Value

Description

Compute the extremal depths for all functions in fmat, with respect to fmat, then orders them from least to greatest extremal depth value.

Usage

1
edepth_sort(fmat, depth_function = "standard")

Arguments

fmat

Matrix of functions. Each column is a function.

depth_function

either "standard" (default) or "rank". Standard orders functions from the center outward and rank orders least to greatest.

Value

A vector of extremal depth values that correspond to the functions in fmat.


trevor-harris/extdepth documentation built on May 23, 2019, 4:06 a.m.