get_lb1
Obtains scaled length at birth, given the scaled reserve density at birth
Contents
Syntax
[lb info] = get_lb1 (p, eb, lb0)
Description
Obtains scaled length at birth, given the scaled reserve density at birth.
Input
- p: 3-vector with parameters: g, k, v_H^b (see below)
- eb: optional scalar with scaled reserve density at birth (default eb = 1)
- lb0: optional scalar with initial estimate for scaled length at birth (default lb0: lb for k = 1)
Output
- lb: scalar with scaled length at birth
- info: indicator equals 1 if successful, 0 otherwise
Remarks
Like get_lb, but using ode23, rather than Euler integration