filter_data_8

filters allowable parameters for standard DEB model with acceleration

Contents

Syntax

[filter flag] = filter_data_8(data, fixed_par, chem_par)

Description

Filters data values for possible conversion to parameters of standard DEB model with acceleration. Meant to run prior to get_pars_8

Input

  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_p, g, wet weight at puberty
  W_m, g,  maximum wet weight
  R_m, #/d, maximum reproduction rate

Output

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
  <http://www.bio.vu.nl/thb/research/bib/LikaAugu2014.html LikaAugu2014>.

Example of use

See mydata_get_pars_8

subfunctions