Standard checks for a vector of ordered times. Check
that the times
vector is sorted, has unique values, has all values
in [t_min, t_max]
, and has length size
(if applicable).
check_ppp_sample_validity(
times,
t_min,
t_max = NULL,
size = NULL,
atmost1 = FALSE,
atleast1 = FALSE
)
None
(vector, double) the times to be checked
(double) the start of the time nterval
(double) optional: the end of the time interval
(double) optional: the size of the vector
(boolean) optional: at most one sample returned
(boolean) optional: at least one sample returned