qgompertz: Quantile Function for Gompertz Distribution *[Deprecated]*

View source: R/gompertz.R

qgompertzR Documentation

Quantile Function for Gompertz Distribution [Deprecated]

Description

Deprecated for ssd_qgompertz().

Usage

qgompertz(p, llocation = 0, lshape = 0, lower.tail = TRUE, log.p = FALSE)

Arguments

p

vector of probabilities.

llocation

location parameter on the log scale.

lshape

shape parameter on the log scale.

lower.tail

logical; if TRUE (default), probabilities are P[X <= x], otherwise, P[X > x].

log.p

logical; if TRUE, probabilities p are given as log(p).


ssdtools documentation built on April 4, 2025, 12:35 a.m.