powered by
Expects either a single value within a valid range or randomN values.
randomN
check_fixed_history_parameter(param_name, param_value, randomN, upperLimit)
A numeric vector randomN long.
Name of the parameter.
A single value or randomN numeric values.
Number of levels for the random variable.
Upper limit for a valid param_value.
param_value
check_fixed_history_parameter("tau", 1, 10, Inf)
Run the code above in your browser using DataLab