Generates a QQ plot for assessing the fit of a Mittag-Leffler distribution.
mlqqplot(x, tail = 1, scale = NULL, ...)
x | A vector of data to be compared against the Mittag-Leffler distribution. |
---|---|
tail | Tail parameter of the Mittag-Leffler population. Default is
|
scale | Scale parameter of the Mittag-Leffler population, if known. |
... | Additional plotting arguments, e.g. |
library(magrittr) flares %>% ctre() %>% thin(k=200) %>% interarrival() %>% mlqqplot(tail = 1, log = 'xy')