initial_scaled_reserve
Gets initial scaled reserve
Contents
Syntax
[U0, Lb, info] = initial_scaled_reserve(f, p, Lb0)
Description
Gets initial scaled reserve
Input
- f: n-vector with scaled functional responses
- p: 5-vector with parameters: VHb, g, kJ, kM, v
- Lb0: optional n-vector with lengths at birth
Output
- U0: n-vector with initial scaled reserve: M_E^0/ {J_EAm} or E^0/ {p_Am}
- Lb: n-vector with length at birth
- info: n-vector with 1's if successful, 0's otherwise
Remarks
Like get_ue0, but allows for vector arguments and input and output is not downscaled to dimensionless quantities,
Example of use
p = [.8 .42 1.7 1.7 3.24 .012]; initial_scaled_reserve(1,p)