Main Content

UniformSurvivalRateModel

Uniform survival rate survival model

Since R2025a

    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

    expand all

    Survival probability per unit time, specified as a scalar in the range (0,1). For an arbitrary interval dT, the survival probability is calculated as SurvivalRate^dT.

    Data Types: single | double

    Version History

    Introduced in R2025a