| Download a pdf copy of this help file here |

See also: PERT
distribution, Modified
PERT distribution, Beta4
distribution
Format: VoseBetaSubj(mode, mean, min, max, U)

The BetaSubj distribution is highly flexible in shape and bounded, so it can be used for attempting to fit to a data set for a bounded variable. In ModelRisk we offer the option of fitting the BetaSubj with known bounds (our general recommendation) or without. The BetaSubj and the Beta4 distribution are the same distribution but with different parameterizations. However, the parameters of the BetaSubj are more intuitive.
An occasional use of the BetaSubj distribution is for expert (subjective) estimates: the mode, minimum and maximum are intuitive parameters to specify in a subjective estimate. The mean is less intuitive, but can be thought of as the balance point of a distribution. Closely related alternatives for subjective estimates are the PERT and Modified PERT distributions.
If the mode is less than the mean, the distribution is right skewed and vice versa. Certain combinations of mode and mean are not possible. Beta Subjective functions in ModelRisk will return an error message when incompatible mode and mean values are encountered.
VoseBetaSubj generates values from this distribution or calculates a percentile.
VoseBetaSubjObject constructs a distribution object for this distribution. Professional and Industrial editions only.
VoseBetaSubjProb returns the probability density or cumulative distribution function for this distribution. Professional and Industrial editions only.
VoseBetaSubjProb10 returns the log10 of the probability density or cumulative distribution function. Professional and Industrial editions only.
VoseBetaSubjFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution. Professional and Industrial editions only.
VoseBetaSubjFitObject constructs a distribution object of this distribution fitted to data. Professional and Industrial editions only.
VoseBetaSubjFitP returns the parameters of this distribution fitted to data. Professional and Industrial editions only.