StatBean Name: FitDistributionPlot

Purpose: Plots the results of fitting one or more probability distributions to a column of data.

DataSource: FitDistribution.


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
bydoubleWidth of intervals (continuous data only).Any double value > 0.0.1
fillColorColorColor to use for the bars.Any valid Color.Color.blue.
fromdoubleLower limit for first interval (numeric data only).Any double value.0.0
resolutionintFor continuous distributions, the number of points at which the function is calculated.50+500
scaleByPercentagebooleanWhether to scale the axes by percentage rather than frequency.true,falsefalse
todoubleUpper limit for last interval (numeric data only).Double value > from.1.0

Other Public Methods
NameDescriptionArgumentsReturn Value
double getLowerLimit()Returns lower limit of first class.None.Lower limit.
int getNumberOfClasses()Returns the number of classes.None.Number of classes.
double getUpperLimit()Returns upper limit of last class.None.Upper limit.

Code Sample - see FitDistribution.