qsnorm: Skew Normal quantile function

Description Usage Arguments Value Examples

Description

Skew Normal quantile function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
qsnorm(
  p,
  mu = 0,
  sigma = 1,
  alpha = 0,
  xi = NULL,
  omega = NULL,
  lower.tail = TRUE,
  log.p = FALSE,
  tol = 1e-08
)

Arguments

p

vector of probabilities

mu

vector of location parameter values

sigma

vector of scale parameter values

alpha

vector of skewness parameter

xi

for internal use

omega

for internal use

lower.tail

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

log.p

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

tol

tolerance for small values to be treated as equivalent to zero

Value

vector

Examples

1

abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.