filter_data_9
filters allowable parameters for standard DEB model with acceleration
Contents
Syntax
[filter flag] = filter_data_9 (data, fixed_par, chem_par)
Description
Filters data values for possible conversion to parameters of standard DEB model with acceleration
Input
- data: 9-vector with zero-variate data
d_V, g/cm^3 specific density of structure a_b, d, age at birth a_p, d, age at puberty a_m, d, age at death due to ageing W_b, g, wet weight at birth W_j, g, wet weight at metamorphosis W_p, g, wet weight at puberty W_m, g, maximum wet weight R_m, #/d, maximum reproduction rate
- fixed_par: optional 4 vector with k_J, s_G, kap_R, kap_G
- chem_par: optional 4 vector with w_V, w_E, mu_V, mu_E
Output
- filter: 0 for hold, 1 for pass
- flag: indicator for reason for holding
0: filter passes data 1: some data is negative 2: ages do not increase during life cycle 3: weights do not increase during life cycle 4: age at birth is too large or too small 5: age at puberty is too large 6: age at puberty is too small
Remarks
The theory behind get_pars_9 is discussed in LikaAugu2014. Meant to run prior to get_pars_9 Without acceleration, see filter_par_8.