| qqplotEL | R Documentation |
Quantile-Quantile Plot for the Extended Laplace Distribution
qqplotEL(sample_data, mu, sigma, delta)
sample_data |
A numeric vector of sample data |
mu |
Location parameter |
sigma |
Scale parameter (must be > 0) |
delta |
Uniform noise parameter (must be > 0) |
A Q-Q plot comparing sample data to the theoretical Extended Laplace distribution
sample <- rEL(1000, mu = 0, sigma = 1, delta = 1)
qqplotEL(sample, mu = 0, sigma = 1, delta = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.