The EnvStats functions listed below are useful for plotting probability distributions.
Function Name | Description |
cdfCompare | Plot two cumulative distribution functions with the same \(x\)-axis |
in order to compare them. | |
cdfPlot | Plot a cumulative distribution function. |
ecdfPlot | Plot empirical cumulative distribution function. |
epdfPlot | Plot empirical probability density function. |
pdfPlot | Plot probability density function. |
qqPlot | Produce a quantile-quantile (Q-Q) plot, also called a probability plot. |
qqPlotGestalt | Plot several Q-Q plots from the same distribution in order to |
develop a Gestalt of Q-Q plots for that distribution. |