maturity_s
Gets maturity as function of length for delayed type M acceleration
Contents
Syntax
[H, a, info] = maturity_s (L, f, p)
Description
Calculates the scaled maturity U_H = M_H/ {J_EAm} at constant food density in the case of delayed acceleration between UHs and UHj and U_Hb < U_Hs < U_Hj < U_Hp
Input
- L: n-vector with length
- p: 11-vector with parameters: kap kap_R g k_J k_M L_T v H_b H_s H_j H_p
- f: scalar with (constant) scaled functional response
Output
- H: n-vector with scaled maturities: H = M_H/{J_EAm} = E_H/{p_Am}
- a: n-vector with ages
- info: scalar for 1 for success, 0 otherwise
Remarks
See maturity in absence of acceleration and maturity_j if accleration is not delayed
Example of use
[H, a, info] = maturity_s(.4, 1, [.8,.95, .2, .002, .01, 0, .02, .2, .3, .4, 2])