get_pars_g
Obtains parameters from growth data at one food level
Contents
Syntax
[par, U0b] = get_pars_g (p)
Description
Obtains parameters from growth data at one food level Maturity and somatic maitenance rate coefficients are equal.
Input
- p: 5-vector with f, L_b, L_i, a_b, \dot{r}_B
Output
- par: 4-vector with
1 VHb % scaled maturity at birth 2 g % energy investment ratio 3 kM % somatic maintenance rate coefficient 4 v % energy conductance
- U0b: 2-vector with U^0 = M_E^0/\{\dot{J}_{EAm}\}, U^b = M_E^b/\{\dot{J}_{EAm}\}
Remarks
called by get_pars_r Function <iget_pars_g.html iget_pars_g> is inverse.
Example of use
See mydata_get_pars