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