Module sim::input_modeling::random_variable[][src]

Random variables underpin both stochastic and deterministic model behaviors, in that deterministic operation is simply a random variable with a single value of probability 1. Common distributions, with their common parameterizations, are wrapped in enums ContinuousRandomVariable, BooleanRandomVariable, DiscreteRandomVariable, and IndexRandomVariable.

Enums

BooleanRandomVariable
ContinuousRandomVariable
DiscreteRandomVariable
IndexRandomVariable