get_pars_t

Obtains parameters from growth and reprod data at multiple food levels

Contents

Syntax

[par, U, Ep] = get_pars_t(p, w, par0)

Description

Obtains parameters from growth and reprod data at multiple food levels. Maturity and somatic maitenance rate coefficients are equal. The parameter kapR is fixed.

Input

  1 f     % -  % scaled functiomal response
  2 L_b   % mm % length at birth
  3 L_p   % mm % length at puberty
  4 L_i   % mm % ultimate length
  5 \dot{r}_B % d^-1   % von Bertalanffy growth rate
  6 \dot{R}_i % % d^-1 % maximum reproduction rate

Ouput

  1 kap   % -    % fraction allocated to som maint + growth
  2 kapR  % -    % fraction of energy allocated to reprod fixed in embryo
                   this parameter is set in fnget_pars_s
  3 g     % -    % energy investment ratio
  4 kJ    % d^-1 % maturity maintenance rate coefficient
  5 kM    % d^-1 % somatic maintenance rate coefficient
  6 v     % mm/d % energy conductance
  7 Hb    % d mm^2 % scaled maturity at birth M_H^b/{J_EAm}
  8 Hp    % d mm^2 % scaled maturity at puberty M_H^p/{J_EAm}
  choice of sequence for consistency with get_par_r
  the second column has ones (iterate) or zeros (fix)

Remarks

iget_pars_r is inverse to get_pars_s and get_pars_t for each row

Example of use

See mydata_get_pars

data for regression input

apply log transformation to avoid negative parameters