gets: The Generalized Threshold Distribution

Description Usage Arguments

Description

Compute values for members of the generalized threshold distribution family. Members include distributions based on the normal distribution ("nor-gets"), the smallest- extreme value distribution ("sev-gets"), and the largest- extreme value distribution ("lev-gets").

Usage

1
2
3
4
5
6
7
dgets(x, alpha, sigma, varzeta, distribution, smallsigma = 2e-05)

pgets(q, alpha, sigma, varzeta, distribution, smallsigma = 2e-05)

qgets(p, alpha, sigma, varzeta, distribution, smallsigma = 1e-05)

sgets(x, alpha, sigma, varzeta, distribution, smallsigma = 2e-05)

Arguments

x

The x

alpha

The alpha

sigma

The sigma

varzeta

The varzeta

distribution

The distribution on which the gets values are based Either 'normal', 'lev', or 'sev'

smallsigma

The small sigma value

q

The q

p

The p


teachingApps documentation built on July 1, 2020, 5:58 p.m.