check_unique_special_boundary {dRiftDM} | R Documentation |
Check for Unique Special Boundary Values
Description
Internal, deep in the depths of the package, function. Verifies that each
specified parameter value within a condition in l_u
is unique within
the linear_internal_list
in drift_dm_obj
. If the same
value is associated with multiple conditions, an error is raised. Used for
checking the input to get_lower_upper_smart.
Usage
check_unique_special_boundary(drift_dm_obj, l_u)
Arguments
drift_dm_obj |
an object of type drift_dm |
l_u |
a list specifying the upper/lower parameter/search space (see simulate_data, or estimate_model). |
Details
For each condition in l_u
, the function examines if the parameter
value specified is unique with respect to the linear_internal_list
.
Non-unique values for a parameter-condition combination raise an error.
[Package dRiftDM version 0.2.2 Index]