powered by
Implementation of the '==' operator for priors
# S3 method for prior Ops(e1, e2)
Boolean (or throws an error for unsupported operators).
Objects of class "prior".
p <- constant_p(0) q <- constant_p(4) p == q p <- hcauchy_p(2) q <- hcauchy_p(2) p == q
Run the code above in your browser using DataLab