Distributions

You can manually specify the probability distribution for any field by opening the Specify Parameters dialog box for that field, selecting the desired distribution from the Distribution list, and entering the distribution parameters in the Distribution parameters table. Following are some notes on particular distributions:

The following table shows the distributions that are available for custom distribution fitting, and the acceptable values for the parameters. Some of these distributions are available for custom fitting to particular storage types, even though they are not fitted automatically to these storage types by the Simulation Fitting node.

Table 1. Distributions available for custom fitting
Distribution Storage type supported for custom fitting Parameters Parameter limits Notes
Bernoulli Integer, real, datetime Probability 0 ≤ Probability ≤ 1  
Beta Integer, real, datetime

Shape 1
Shape 2
Minimum
Maximum

≥ 0
≥ 0
< Maximum
> Minimum

Minimum and maximum are optional.
Binomial Integer, real, datetime

Number of trials (n)
Probability
Minimum
Maximum

> 0, integer
0 ≤ Probability ≤ 1
< Maximum
> Minimum

Number of trials must be an integer. Minimum and maximum are optional.
Categorical Integer, real, datetime, string Category name (or label) 0 ≤ Value ≤ 1 Value is the probability of the category. The values must sum to 1, otherwise a warning is generated.
Dice Integer, string Sides 2 ≤ Sides ≤ 20 The probability of each category (side) is calculated as 1/N, where N is the number of sides. The probabilities cannot be edited.
Empirical Integer, real, datetime     You cannot edit the empirical distribution, or select it as a type.

The Empirical distribution is only available when there is historical data.

Exponential Integer, real, datetime

Scale
Minimum
Maximum

> 0
< Maximum
> Minimum

Minimum and maximum are optional.
Fixed Integer, real, datetime, string Value   You cannot specify the Fixed distribution for every field. If you want every field in your generated data to be fixed, you can use a User Input node followed by a Balance node.
Gamma Integer, real, datetime

Shape
Scale
Minimum
Maximum

≥ 0
≥ 0
< Maximum
> Minimum

Minimum and maximum are optional.

Distribution uses a rate parameter, with a shape parameter α = k and an inverse scale parameter β = 1/θ.

Lognormal Integer, real, datetime

Shape 1
Shape 2
Minimum
Maximum

≥ 0
≥ 0
< Maximum
> Minimum

Minimum and maximum are optional.
Negative Binomial - Failures Integer, real, datetime

Threshold
Probability
Minimum
Maximum

≥ 0
0 ≤ Probability ≤ 1
< Maximum
> Minimum

Minimum and maximum are optional.
Negative Binomial - Trials Integer, real, datetime

Threshold
Probability
Minimum
Maximum

≥ 0
0 ≤ Probability ≤ 1
< Maximum
> Minimum

Minimum and maximum are optional.
Normal Integer, real, datetime

Mean
Standard deviation
Minimum
Maximum

≥ 0
> 0
< Maximum
> Minimum

Minimum and maximum are optional.
Poisson Integer, real, datetime

Mean
Minimum
Maximum

≥ 0
< Maximum
> Minimum

Minimum and maximum are optional.
Range Integer, real, datetime

Begin(X)
End(X)
Probability(X)


0 ≤ Value ≤ 1

X is the index of each bin. The probability values must sum to 1.
Triangular Integer, real, datetime

Mode

Minimum
Maximum

MinimumValue
Maximum
< Maximum
> Minimum

 
Uniform Integer, real, datetime

Minimum
Maximum

< Maximum
> Minimum

 
Weibull Integer, real, datetime

Rate
Scale
Location
Minimum
Maximum

> 0
> 0
≥ 0
< Maximum
> Minimum

Location, maximum and minimum are optional.