get_min_maxk {RESTK}R Documentation

Get the minimum maxk

Description

get_min_maxk get the minimum maxk from a set of maxks and tightness

Usage

get_min_maxk(samp_tightness = NULL, k_seq = NULL)

Arguments

samp_tightness

tightness from a given sample and maxk

k_seq

sequence of maxk to evaluate

Value

Returns the minimum maxk

Examples

get_min_maxk(samp_tightness = c(1.5, 1.2, 0.98),
             k_seq = c(20, 30 , 40))

[Package RESTK version 1.0.0 Index]