We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A recent paper in MEE by Torbjørn Ergon et al argues for a greater focus on hazard rates rather than survival probabilities in population analyses.
I think it would be straightforward to add hazard rate outputs to Rage fns vitalRates, vitalRatePerturbations, and makeLifeTable.
vitalRates
vitalRatePerturbations
makeLifeTable
If S is a stage-specific survival probability, the corresponding time-averaged hazard is
S
h = -log(S)
and the sensitivity of S with respect to h is
h
dS_dh = -exp(-h)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A recent paper in MEE by Torbjørn Ergon et al argues for a greater focus on hazard rates rather than survival probabilities in population analyses.
I think it would be straightforward to add hazard rate outputs to Rage fns
vitalRates
,vitalRatePerturbations
, andmakeLifeTable
.If
S
is a stage-specific survival probability, the corresponding time-averaged hazard ish = -log(S)
and the sensitivity of
S
with respect toh
isdS_dh = -exp(-h)
The text was updated successfully, but these errors were encountered: