segremix: Stock-Recruitment models in FLBEIA: segrexmix - Mixture of 2...

segremixR Documentation

Stock-Recruitment models in FLBEIA: segrexmix - Mixture of 2 segmented regression stock-recruitment models fit

Description

Model formulation:

Usage

segregmix()

Details

R = \mathbf{ifelse}(S \leq b, a S, \mathbf{ifelse}(S \leq B, a b, A B uncAdd))

R = ifelse(S <= b, a*S, ifelse(S <= B, a*b, A*B*uncAdd)) a is the slope of the recruitment for stock levels at or below b, a b is the mean recruitment for stock levels above b and at or below B, and A B uncAdd is the mean recruitment for stock levels above B. Where a, b, A, B > 0.

Additional stock-recruitment (SR) models to the ones provided in FLCore package.

Author(s)

The FLBEIA Team

See Also

SRModels, FLSR, FLModel


flr/FLBEIA documentation built on Feb. 22, 2024, 1:36 a.m.