Input Variable Properties
In the Define Input Variables step, various input variable properties can be modified from the Bounds, Modes, and Distributions tabs.
Bounds
- Lower bound
- Lower limit of the variable range to be studied.
- Nominal
- Default value of the variable if deactivated; also serves as the initial value in an Optimization.
- Upper bound
- Upper limit of the variable range to be studied.
Data Type
- Real
- Variable stored as a real valued floating point number, for example 1.0.
- Integer
- Variable stored as an integer, for example 1.0.
- String
- Variable stored as a character without any numeric meaning, for example one.
Mode
- Continuous
- Input variable that can take any value between the lower and upper bounds, for example 1 < x < 2.
- Discrete
- Input variable that can take values from an orderable finite list of numeric values, for example x = 0.1, 0.2, 0.3, or 0.4.
- Categorical
- Input variable that can take values from a non-orderable finite list of values, for example x = red, green, blue.
Distribution Role
- Design
- Variable that is deterministic and has no uncertainty associated with its value.
- Random Parameter
- Variable that is probabilistic, but is not controllable by design; for example wind speeds or temperature.
- Design with Random
- Variable that is probabilistic, but is controllable by design; for
example thickness or radius.Note: In a Stochastic approach, setting Distribution Role to Design with Random will use truncation sampling, in which any samples outside the Lower and Upper bounds are ignored.
Distribution
Input variables can be characterized statistically using various statistical distributions. An input variable, when used in a statistical sense, is termed as a random variable. In ordinary usage, the term "random variable" indicates that the value this variable will take is unknown, but in a statistical sense, it is precisely known what values this variable will take and the probability associated with that value.
Input variables exhibit different properties depending on the parameter they represent. Some variables may be symmetric about the mean value, while others may be skewed towards either the left or right. Some variables may be bounded on either side or unbounded.
The first categorization of random variables is whether the variable is continuous or discrete. A random variable is considered continuous if it can assume any value in a given interval. A random variable is termed discrete if it can only assume a finite set of values within a given interval.
- Normal (CoV or Variance)
- Use to approximate many phenomenons in nature.
- Uniform
- Use when all values between the minimum and maximum are equally likely, such as a number from a random number generator.
- Triangular
- Use when the only known information is the minimum, the most likely, and the maximum values.
- Exponential
- Use to describe the amount of time between occurrences, mean time between failures.
- Weibull
- Principal applications are situations involving wear, fatigue and failure, failure rates, life-time expectancies.
- Log Normal
- Use in risk analyses.
- Uniform Discrete
- Use when you have discrete (numeric or string) variables that take values which are equally likely.