UniformSurvivalRateModel
Description
A UniformSurvivalRateModel
object contains a survival model that assumes the
target survival rate is uniform in the entire state space. You can use this model to define
the survival model for a CustomTarget
object.
Creation
To create an UniformSurvivalRateModel
object, use the targetSurvivalModel
function with the "uniform-survival-rate"
input argument. For example:
survivalModel = targetSurvivalModel("uniform-survival-rate")
Properties
Version History
Introduced in R2025a