The initial and final delay distributions must be parameterized as gamma distributions with shape and scale parameters. The intermediary distributions are parameterized by scales and shapes that are linear interpolations between the initial and final shapes and scales.

.build_list_of_gradually_changing_delays(init_delay, final_delay, n_time_steps)

Arguments

init_delay

List. First delay distribution in the output list

final_delay

List. Last delay distribution in hte output list

n_time_steps

Integer. Number of output list

Value

List of delay distributions (specified as lists)