Compute mid-cumulative probabilities and mid-quantiles
midecdf(x, na.rm = FALSE)
midquantile(x, probs = 1:3/4, na.rm = FALSE)
An object of class class
midecdf
or midquantile
with mid-cumulative probabilities and mid-quantiles. For midecdf
, this is a list that contains:
unique values of the vector x
at which mid-cumulative probabilities are calculated.
estimated mid-cumulative probabilities.
interpolating function of the points (x,y)
.
input values.
For midquantile
, this is a list that contains:
probabilities probs
at which mid-quantiles are calculated.
estimated mid-cumulative probabilities.
interpolating function of the points (x,y)
.
input values.
numeric vector of observations used to estimate the mid-cumulative distribution or the mid-quantiles.
numeric vector of probabilities with values in [0,1].
logical value indicating whether NA values should be stripped before the computation proceeds.
Marco Geraci
Ma Y., Genton M., and Parzen E. Asymptotic properties of sample quantiles of discrete distributions. Annals of the Institute of Statistical Mathematics 2011;63(2):227-243
Parzen E. Quantile probability and statistical data modeling. Statistical Science 2004;19(4):652-62.
confint.midquantile
, plot.midquantile
x <- rpois(100, lambda = 3)
midquantile(x)
Run the code above in your browser using DataLab