Beta hazard mass-specific gonad release rate
Source:R/release_functions.R
seasonalBetaHazardRelease.Rd
Uses the formula
$$r(w, t) = r(t) = \frac{f(t-\lfloor t \rfloor)}{1 - F(t-\lfloor t \rfloor)}$$
where \(f(t)\) and \(F(t)\) are the probability density function and the
cumulative distribution function of the beta distribution (see see ?dbeta
)
with parameters shape1 = beta_a
and shape2 = beta_b
. Because mizer
measures time in years, \(t-\lfloor t \rfloor\) gives the time
within the year and so \(r(t)\) is a periodic function with the period of
one year.
See also
Other release functions:
seasonalBetaRelease()
,
seasonalGaussianRelease()
,
seasonalVonMisesRelease()