For a particular parameter, create an error message specifying that the parameter is not above a minimum threshold
getIsAboveErrorMessage(
paramName,
value = NULL,
lowerBound,
algoName = NULL,
functionName = ""
)Name of parameter, e.g. lambda
The value of the non-finite parameter
Lower bound of range, e.g. 0.
Name of algorithm, e.g. AFF change detector
The name of the original function which is being
called to check the parameters. Will help user
with debugging. Default is "", in which
case no function name will be displayed.