- size
numeric, represents the size of the sample.
- k
numeric, represents the k-th smallest value from a sample.
- min
numeric, represents the lower bound of the support of the distribution.
- shape1
numeric, represents a first shape parameter value. Must be strictly positive.
- shape2
numeric, represents a second shape parameter value. Must be strictly positive.
- shape3
numeric, represents a third shape parameter value. Must be strictly positive.
- scale
numeric, represents scale parameter values. Must be strictly positive.
- n
numeric, represents the size of the sample to compute the order statistic from.
- p
numeric, represents the 100p percentile for the distribution of the k-th order statistic. Default value is population median, p = 0.5.
- alpha
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 Feller-Pareto distribution.