mortality_dailyProbability {medfate}R Documentation

Mortality

Description

A simple sigmoid function to determine a daily mortality likelihood according to the value of a stress variable.

Usage

mortality_dailyProbability(stressValue, stressThreshold)

Arguments

stressValue

Current value of the stress variable (0 to 1, with higher values indicate stronger stress).

stressThreshold

Threshold to indicate 50% annual mortality probability.

Value

Returns a probability (between 0 and 1)

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

growth, regeneration


[Package medfate version 3.2.0 Index]