Random Variation in a Model


Exponential

The density function of the exponential distribution is

\[ f(x) = \frac{1}{\lambda }e^{-\frac{x}{\lambda }} \]

where $x \ge 0$.

Parameter:

$\lambda $

is the mean, $\lambda > 0$.

Table B.9 shows how the exponential distribution parameter names are specified in Simulation Studio (specifically, in the Numeric Source block) and in JMP.

Table B.9: Exponential Distribution Parameter Names

 

Simulation Studio

JMP

$\lambda $

Mean

$\sigma $


The following examples show (case-sensitive) string values that can be used as Numeric Source block DataStreamDescription factor values or InStreamPolicy port values. In these examples, the distribution and parameter names in the string value are the names that are used in the Theoretical option in the Numeric Source Block Properties dialog box (including any spaces or hyphens). Quotation marks are not required around the string value, and you can specify only the parameters that need to be updated (as demonstrated in the second example).

  • class == Exponential;Mean == 1.0

  • Mean == 1.25