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
- Numeric
- Variable stored as numerical value.
- String
- Variable stored as a character without any numeric meaning.
Format
- Continuous
- Input variable that can take any value between the lower and upper bounds, for example 1 < x < 2.
- Fixed Precision
- This controls the number of digits on the right side of decimal point. For example, if precision is set to 2 for 1.478, the outcome becomes 1.47.
- Format Descriptor
- This option controls the total number of digits and decimal point of values between lower and upper values. For example, for 0 < x < 1, %0.2f will produce values like 0.11, 0.23, 0.37, etc.
- Step
- This produces ordered values between lower and upper bounds based on user-defined step size. For example, 0 < x < 1, step size = 0.2 will produce values of 0.0, 0.2, 0.4, 0.6, 0.8, 1.0.
- List
- Input variable that can take values from a non-ordered list of values, for example x = red, green, blue or 3, 2, 7, 11.
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.