Inequalities and survival analysis

Hi all,

I have two random variables, a threshold and a observed value. I’m trying to model the probabality that the value x is above the threshold t Pr(x>t) = 1-F(x<t). However to do this I need a cumulative distribution function. Is that possible in pymc3?

Cheers
Oliver

Yes it is possible. You can have a look at an example here: https://github.com/pymc-devs/pymc3/blob/master/pymc3/examples/censored_data.py