Description Usage Arguments Value References Examples
Density, distribution function, quantile function and random generation for the unifed distribution.
1 2 3 4 5 6 7 8 9 |
x |
A vector of quantiles. They must be numbers between 0 and 1. |
theta |
The value of the canonical parameter. It must be of length one. |
q |
A vector of quantiles. |
p |
A vector of probabilities. |
n |
number of observations |
dunifed gives the density function.
unifed.lcdf returns the log of the cumulative
distribution function of the unifed.
punifed gives the distribution function.
qunifed gives the quantile function.
runifed generates random observations.
Quijano Xacur, O.A. The unifed distribution. J Stat Distrib App 6, 13 (2019). doi:10.1186/s40488-019-0102-6.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.