Last chance! 50% off unlimited learning
Sale ends in
order_benini
is used to obtain a random sample of the k-th order statistic from a Benini distribution and some associated quantities of interest.
order_benini(size, k, shape1, scale, n, p = 0.5, alpha = 0.05, ...)
A list with a random sample of order statistics from a Benini Distribution, the value of its join probability density function evaluated in the random sample and an approximate (1 - alpha) confidence interval for the population percentile p of the distribution of the k-th order statistic.
numeric, represents the size of the sample.
numeric, represents the K-th smallest value from a sample.
numeric, represents a first shape parameter value. Must be strictly positive.
numeric, represents scale parameter values. Must be strictly positive.
numeric, represents the size of the sample to compute the order statistic from.
numeric, represents the 100p percentile for the distribution of the k-th order statistic. Default value is population median, p = 0.5.
numeric, (1 - alpha) represents the confidence of an interval for the population percentile p of the distribution of the k-th order statistic. Default value is 0.05.
represents others parameters of a Benini distribution.
Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>.
Gentle, J, Computational Statistics, First Edition. Springer - Verlag, 2009.
Kleiber, C. and Kotz, S. (2003). Statistical Size Distributions in Economics and Actuarial Sciences, Hoboken, NJ, USA: Wiley-Interscience.
library(orders)
# A sample of size 10 of the 3-th order statistics from a Benini Distribution
order_benini(size=10,shape1=0.75,scale=1,k=3,n=50,p=0.5,alpha=0.02)
Run the code above in your browser using DataLab