A sigmoid shaped selectivity function. Based on two parameters l25
and
l50
which determine the length at which 25% and 50% of the stock is
selected respectively.
Details
The selectivity is given by the logistic function
$$S(l) = \frac{1}{1 + \exp\left(\log(3)\frac{l50 -l}{l50 - l25}\right)}$$
As the mizer model is weight based, and this
selectivity function is length based, it uses the
length-weight parameters a
and b
to convert between length and weight
$$l = \left(\frac{w}{a}\right)^{1/b}$$
See also
gear_params()
for setting the selectivity parameters.
Other selectivity functions:
double_sigmoid_length()
,
knife_edge()
,
sigmoid_weight()