Find the probability left or right of a number
flexible_cdf.Rd
Probability to the left or right of a number, inclusive or not.
prob_left()
is a more general cdf defined using either <
or <=
, and
prob_right()
is a more general survival function defined using either
>
or >=
.