powered by
Generic method for simplifying distributions.
simplify(x, ...)
The simplified distribution
The distribution to simplify
Additional arguments to pass
# Simplify dispatches to the appropriate method simplify(normal(0, 1)) # unchanged (already simplified)
Run the code above in your browser using DataLab