Hyperparameters for K93 physiological model

Hyperparameter function for K93 physiological model

make_K93_hyperpar(
  b_0 = 0.059,
  b_1 = 0.012,
  b_2 = 0.00041,
  c_0 = 0.008,
  c_1 = 0.00044,
  d_0 = 0.00073,
  d_1 = 0.044
)

K93_hyperpar(m, s, filter = TRUE)

Arguments

m

A matrix of trait values, as returned by trait_matrix

s

A strategy object

filter

A flag indicating whether to filter columns. If TRUE, any numbers that are within eps of the default strategy are not replaced.