Skip to content
Prev 268991 / 398502 Next

queue waiting times comparison

On Thu, Aug 18, 2011 at 10:12 AM, Petr PIKAL <petr.pikal at precheza.cz> wrote:
Here are more plots which each show that the main mass of the
distributions are the same but the right tails differ:

# 1
plot(density(ml$y2, adjust = 2), col = 2)
lines(density(ml$y1, adjust = 2), col = 1)
legend("topright", legend = 1:2, col = 1:2, lty = 1)

# 2
qqplot(ml$y1, ml$y2, xlim = c(0, 100), ylim = c(0, 100))
abline(0, 1)