JohnsonB distribution

MR-dice-icon.png Download a pdf copy of this help file  here


image1115.gif






Format: VoseJohnsonB(a1, a2, min, max, U)

JohnsonB equations

image234.gif

The Johnson bounded distribution has a range defined by the min and max parameters. Combined with its flexibility in shape, this makes it a viable alternative to the PERT, Triangle and Uniform distributions for modeling expert opinion. A public domain software product called VISIFIT allows the user to define the bounds and pretty much any two statistics for the distribution (mode, mean, standard deviation) and will return the corresponding distribution parameters.

Setting min to 0 and max to 1 gives a random variable that is sometimes used to model ratios, probabilities, etc. instead of a Beta or Kuramaswamy distribution.

The distribution name comes from Johnson (1949) who proposed a system for categorising distributions, in much the same spirit that Pearson did. Johnson's idea was to translate distributions to be a function of a unit Normal distribution, one of the few distributions for which there were good tools available at the time to handle.

VoseFunctions for this distribution

VoseJohnsonB generates values from this distribution or calculates a percentile.

VoseJohnsonBObject constructs a distribution object for this distribution. Professional and Industrial editions only.

VoseJohnsonBProb returns the probability density or cumulative distribution function for this distribution. Professional and Industrial editions only.

VoseJohnsonBProb10 returns the log10 of the probability density or cumulative distribution function. Professional and Industrial editions only.  

VoseJohnsonBFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution. Professional and Industrial editions only.

VoseJohnsonBFitObject constructs a distribution object of this distribution fitted to data. Professional and Industrial editions only.

VoseJohnsonBFitP returns the parameters of this distribution fitted to data. Professional and Industrial editions only.