probs <- seq(0.1, 0.9, by = 0.1)
max(abs(plomax(qlomax(p = probs, shape3.q = 1),
shape3.q = 1) - probs)) # Should be 0
## Not run: par(mfrow = c(1, 2))
# x <- seq(-0.01, 5, len = 401)
# plot(x, dexp(x), type = "l", col = "black", ylab = "", ylim = c(0, 3),
# main = "Black is standard exponential, others are dlomax(x, shape3.q)")
# lines(x, dlomax(x, shape3.q = 1), col = "orange")
# lines(x, dlomax(x, shape3.q = 2), col = "blue")
# lines(x, dlomax(x, shape3.q = 5), col = "green")
# legend("topright", col = c("orange","blue","green"), lty = rep(1, 3),
# legend = paste("shape3.q =", c(1, 2, 5)))
#
# plot(x, pexp(x), type = "l", col = "black", ylab = "", las = 1,
# main = "Black is standard exponential, others are plomax(x, shape3.q)")
# lines(x, plomax(x, shape3.q = 1), col = "orange")
# lines(x, plomax(x, shape3.q = 2), col = "blue")
# lines(x, plomax(x, shape3.q = 5), col = "green")
# legend("bottomright", col = c("orange","blue","green"), lty = rep(1, 3),
# legend = paste("shape3.q =", c(1, 2, 5)))
# ## End(Not run)
Run the code above in your browser using DataLab