pslash: Slash distribution CDF

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Cumulative distribution function for the slash distribution.

Usage

1
pslash(q, location, scale, lower_tail = TRUE, log = FALSE)

Arguments

q

vector of quantiles

location

vector of location parameters

scale

vector of scale parameters

lower_tail

if TRUE (default), probabilities are P[X ≤ x] otherwise, P[X > x].

log

if TRUE probabilities p are given as log(p). defaults to FALSE.

Value

a numeric vector


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