bayesvalidrox.pylink.pylink.within_range¶
- bayesvalidrox.pylink.pylink.within_range(out, minout, maxout)¶
Checks if all the values in out lie between minout and maxout
Parameters¶
- outarray or list
Data to check against range
- minoutint
Lower bound of the range
- maxoutint
Upper bound of the range
Returns¶
- insidebool
True if all values in out are in the specified range