elas_pars_g
gets parameters & elasticities from data
Contents
Syntax
[p, elas, Jac] = elas_pars_g (data)
Description
Gets parameters & elasticities from data using get_pars_g
Input
- data: 5-vector with quantities at fixed functional response
1 f, -, scaled functional response 2 L_b, cm, length at birth 3 L_m, cm, maximum length 4 a_b, d, age at birth 5 r_B, 1/d, von Bert growth rate
Output
- p: 4-vector with compound DEB parameters
1 VHb, d.mm^2, scaled maturity at birth 2 g, -, energy investment ratio 3 kM, 1/d, somatic maintenance rate coefficient 4 v, cm/d, energy conductance
- elas: (4,5)-matrix with elasticity coefficients: element (i,j): data(j) dp(i)/ (p(i) * ddata(j))
- Jac: (4,5)-matrix with Jacobian: element (i,j): dp(i)/ ddata(j)
Remarks
See also elas_pars_r