get_delta_flex: calculate maxmin distance between points

Description Usage Arguments Value

View source: R/multivariate_funtional.R

Description

A wrapper of get_delta_simple, get_delta_dist, and get_delta_large relative to the number of observations to be used. Attempts to balance the number of observations vs the fastest approach ( attempting to balance time costs from memory storage and processing speed).

Usage

1
get_delta_flex(df, full_breaks = 10, verbose = F)

Arguments

df

data.frame (with only columns that are needed)

full_breaks

number of breaks relative to get_delta_large, otherwise it's not used.

verbose

boolean, a progressbar is provided to track the progress of get_delta_dist or get_delta_large, if they are used.

Value

minimum radius for all points to be covered


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