coverage_down_1d_single: Calculates the minimum coverage radius for euclidean objects...

Description Usage Arguments Value

View source: R/conformal_prediction.R

Description

Calculates the minimum coverage radius for euclidean objects as we increase the number of observations.

Usage

1
coverage_down_1d_single(ordered_sim_df, e_cols, verbose = FALSE)

Arguments

ordered_sim_df

data frame of points as rows, ordered by when they should be added in the sequence

e_cols

character vector of column names that define locational information of points

verbose

boolean, if this progression should be verbose

Value

list of min_cover_vec (minimum at that step) and dist_mat (cumulative max per path at time step t (column))


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