qqplotEL: Quantile-Quantile Plot for the Extended Laplace Distribution

View source: R/qqplotEL.R

qqplotELR Documentation

Quantile-Quantile Plot for the Extended Laplace Distribution

Description

Quantile-Quantile Plot for the Extended Laplace Distribution

Usage

qqplotEL(sample_data, mu, sigma, delta)

Arguments

sample_data

A numeric vector of sample data

mu

Location parameter

sigma

Scale parameter (must be > 0)

delta

Uniform noise parameter (must be > 0)

Value

A Q-Q plot comparing sample data to the theoretical Extended Laplace distribution

Examples

sample <- rEL(1000, mu = 0, sigma = 1, delta = 1)
qqplotEL(sample, mu = 0, sigma = 1, delta = 1)

ExtendedLaplace documentation built on June 8, 2025, 11:10 a.m.