# Evaluates lower tail.
visualize.exp(stat = .5, theta = 3, section = "lower")
# Evaluates bounded region.
visualize.exp(stat = c(1,2), theta = 3, section = "bounded")
# Evaluates upper tail.
visualize.exp(stat = .5, theta = 3, section = "upper")
Run the code above in your browser using DataLab