Fit Dist Plot
A class for creating and displaying distribution fit plots.
FitDistPlot generates a set of four diagnostic plots to assess how well a continuous distribution fits to a given dataset:
Density plot: Compares the empirical density of the data with the PDF of the fitted distribution
QQ plot (Quantile-Quantile): Compares the quantiles of the data with the theoretical quantiles
ECDF plot (Empirical Cumulative Distribution Function): Compares the empirical CDF with the theoretical CDF
PP plot (Probability-Probability): Plots the empirical probabilities against the theoretical probabilities
Parameters
The data array to be analyzed and plotted.
The continuous distribution interface providing CDF and PDF functions.
The inverse CDF interface providing quantile functions.
Optional name for the data being analyzed, used in the plot title.
Constructors
Properties
Functions
Opens up a browser window and shows the contents of the plot within the browser. A temporary file is created to represent the plot for display within the browser.