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.
Input variables can be characterized using the following statistical distributions:
Use Exponential distribution to describe the amount of time between occurrences, mean time between failures.
where is the scale parameter.
|
Use Log-Normal distribution in risk analyses. ; where and are location and scale.
|
Use Normal (CoV or Variance) distribution to approximate many phenomenons in nature. ; where is the mean and is the standard deviation. In HyperStudy, a normal distribution can be defined using mean, and variance, or using mean, and coefficient of variance (CoV), /. Variance is the second statistical moment and measures the spread of a distribution. CoV measures the relative spread of a distribution. The higher the CoV, the higher the variability is.
|
Use Triangular distribution when the only known information is the minimum, the most likely, and the maximum values. ; where , and are the end points and the mode.
|
Use Uniform distribution when all values between the minimum and maximum are equally likely such as a number from a random number generator.
; where and are end points.
|
Use Uniform Discrete distribution when you have discrete (numeric or string) variables that take values which are equally likely.
Example Possible numeric values are 1, 2, 3, or 4; each are equally likely. Or Possible string variables are "orange", "green", "red", or "blue"; each are equally likely.
|
Principal applications are situations involving wear, fatigue and failure, failure rates, life-time expectancies. ; where and are shape and scale parameters which enable it to be adjusted to desired fatigue or reliability laws.
|