Random Variation in a Model


Geometric

The probability mass function of the geometric distribution is

\[ p(x) = p(1 - p)^{x - 1} \]

for $x \in \{ 1, 2, \dots \} $.

Parameter:

$p \in (0, 1)$

is the probability of success on each trial.

Table B.3 shows how the geometric distribution parameter names are specified in Simulation Studio (specifically, in the Numeric Source block). The geometric distribution is not available with the Distribution option in JMP.

Table B.3: Geometric Distribution Parameter Names

 

Simulation Studio

JMP

p

Probability


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 == Geometric;Probability == 0.5

  • Probability == 0.3