cutLimit: cutLimit - Identify the minimum index of parameter values to...

View source: R/cutLimit.R

cutLimitR Documentation

cutLimit - Identify the minimum index of parameter values to eliminate

Description

This function locates the minimum number of paramter/state variables that must be eliminated base upon performance in order to decrease the domain of the parameter by a specified percentage amount. This function links performance of the y-values. Dependent on domainSize() function.

Usage

cutLimit(surface.x, decay.seq, threshold)

Arguments

decay.seq

Decay sequence generated by paramDecay(surface.x, surface.y)

threshold

Percentage threshold by which one wants the domain limited

Value

The identity of the minimum number of parametere state values that must be eliminated based on performance to decrease the parameter domain by threshold percent


cdbernard/particles documentation built on Jan. 3, 2023, 9:39 a.m.