StatBean Name: DistributionsTable

Purpose: Constructs a table displaying probabilities and other information about probability distributions.

DataSource: Distributions or FitDistribution.


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
decimalPlacesintNumber of decimal places for displaying frequencies.0+, or -1 for default.5
includePdfbooleanWhether to include a column showing the density or mass function.true,falsetrue
includeCdfbooleanWhether to include a column showing the cumulative distribution.true,falsetrue
includeSurvivorbooleanWhether to include a column showing the survivor probabilities.true,falsetrue
includeLogSurvivorbooleanWhether to include a column showing the log of the survivor probabilities.true,falsefalse
includeHazardbooleanWhether to include a column showing the hazard function.true,falsefalse
inputLowerTailAreasbooleanWhether the input consists of tail area probabilities (true) or values of the random variable (false).true,falsefalse
valuesdouble[]Values at which results are desired.Tail areas or values of X1.0

Code Sample - see Distributions.