An object of class class
midecdf
or midquantile
with mid-cumulative probabilities and mid-quantiles. For midecdf
, this is a list that contains:
xunique values of the vector x
at which mid-cumulative probabilities are calculated.
yestimated mid-cumulative probabilities.
fninterpolating function of the points (x,y)
.
datainput values.
For midquantile, this is a list that contains:
xprobabilities probs
at which mid-quantiles are calculated.
yestimated mid-cumulative probabilities.
fninterpolating function of the points (x,y)
.
datainput values.