maxmin_distance_vector_old: Calculate minimum radius for each group to contain the true...

Description Usage Arguments Value

View source: R/multivariate_funtional.R

Description

Slow version.

Usage

1
2
3
4
5
maxmin_distance_vector_old(
  truth_df,
  simulations_grouped_df,
  data_column_names = c("S", "I", "R")
)

Arguments

truth_df

data.frame of true points (locations defined by data_column_names)

simulations_grouped_df

grouped_df, with points grouped together

data_column_names

column names for both the truth_df and simulations_grouped_df that contain locations.

Value

data.frame of grouped information and minimum distance per group in the simulations_grouped_df.


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