| penalty_function | R Documentation |
Penalty Function for OED
penalty_function(time_points, time_min, a_penalty = 1e+15, b_penalty = 2e+15)
time_points |
Numeric vector of time points for the measurements. |
time_min |
Numeric defining the minimum time between measurements. |
a_penalty |
Numeric defining the shape of the penalty function. 1e15 by default. |
b_penalty |
Numeric defining the shape of the penalty function. 2e15 by default. |