QuantileDist class ================================== The ``cenreg.distribution.quantile.QuantileDist`` class is a representation of a quantile distribution function. The parameter ``q`` represents the quantiles used to define the discrete distribution. The parameter ``v`` represents the cumulative probabilities corresponding to each quantile. .. figure:: ./QuantileDist_linear.png :width: 80% :align: center The illustration of the quantile distribution, where the ``interpolate`` parameter is set to ``linear``.