rayleigh2: Two-parameter Rayleigh distribution

drayleigh2R Documentation

Two-parameter Rayleigh distribution

Description

Two-parameter Rayleigh distribution

Usage

drayleigh2(x, mu, lambda)

prayleigh2(x, mu, lambda)

qrayleigh2(p, mu, lambda)

rrayleigh2(n, mu, lambda)

frayleigh2(p, mu, lambda)

dqrayleigh2(p, mu, lambda, log = FALSE)

ffrayleigh2(p, mu, lambda)

Arguments

x

numeric vector of data

mu

numeric location parameter of two-parameter Rayleigh distribution

lambda

numeric scale parameter of two-parameter Rayleigh distribution

p

numeric vector of probabilities

n

numeric number of random values to draw

log

logical; if TRUE, log density is returned

Value

density, probability, quantile value or random variable from two-parameter Rayleigh distribution

Examples

qrayleigh2(0.5, 0.5, 0.5)

dmi3kno/qpd documentation built on Sept. 29, 2024, 6:39 p.m.