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").
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)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.