rayleigh: Rayleigh distribution

drayleighR Documentation

Rayleigh distribution

Description

Rayleigh distribution

Usage

drayleigh(x, sigma)

prayleigh(x, sigma)

qrayleigh(p, sigma)

rrayleigh(n, sigma)

frayleigh(p, sigma)

dqrayleigh(p, sigma, log = FALSE)

ffrayleigh(p, sigma)

Arguments

x

numeric vector of data

sigma

numeric scale parameter of the 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 Rayleigh distribution

Examples

qrayleigh(0.5, 0.5)

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