get_delta: calculate maxmin distance between points

Description Usage Arguments Value

View source: R/multivariate_funtional.R

Description

Can be though of as a LOOCV containment of all points (what is the minimum radius to do so).

Usage

1
2
3
get_delta(dist_mat)

get_delta_simple(dist_mat)

Arguments

dist_mat

a symmetric matrix with distance values, captures the distance col observation is from row observation (digonals are expected to be 0).

Value

minimum radius for all points to be covered


benjaminleroy/simulationBands documentation built on Dec. 19, 2021, 8:41 a.m.