psnorm: Skew Normal cumulative probability function

Description Usage Arguments Value Examples

Description

Skew Normal cumulative probability function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
psnorm(
  q,
  mu = 0,
  sigma = 1,
  alpha = 0,
  xi = NULL,
  omega = NULL,
  lower.tail = TRUE,
  log.p = FALSE
)

Arguments

q

vector of quantiles

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).

Value

vector

Examples

1

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