Description Usage Arguments Details Value Author(s) References Examples
Computes cdf of the skewed symmetric model.
1 |
q |
scale or vector of values to compute the cdf. |
spec1 |
a character string specifying the parent distribution g(x) (for example, "norm" if the parent distribution corresponds to the normal). |
arg1 |
list of arguments/parameters of the parent distribution g(x). |
spec2 |
a character string specifying the parent distribution H(x) (for example, "logis" if the parent distribution corresponds to the logistic). |
arg2 |
list of arguments/parameters of the parent distribution H(x). |
lower.tail |
logical; if |
log.p |
logical; if |
The cdf of skewed symmetric model has a general form of:
F(x) = \int_{-∞}^{x} 2 h(y) G(y) dy, \quad -∞ < x < ∞
where h(x) and G(x) are the pdf and cdf of parent distributions, respectively.
An object of the same length as q, giving the cdf values computed at q.
Shaiful Anuar Abu Bakar
Abu Bakar, S. A., Nadarajah, S., Adzhar, Z. A. A. K., & Mohamed, I. (2016). gendist: An R package for generated probability distribution models. PloS one, 11(6).
Azzalini, A. (1985). A class of distributions which includes the normal ones. Scandinavian journal of statistics, 171-178.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.