beta_uncertain
Aleatory uncertain variable - beta
Topics
continuous_variables, aleatory_uncertain_variables
Specification
Alias: None
Arguments: INTEGER
Default: no beta uncertain variables
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Required |
First parameter of the beta distribution |
||
Required |
Second parameter of the beta distribution |
||
Required |
Specify minimum values |
||
Required |
Specify maximium values |
||
Optional |
Initial values for variables |
||
Optional |
Labels for the variables |
Description
The number of beta uncertain variables, the alpha and beta parameters, and the distribution upper and lower bounds are required specifications, while the variable descriptors is an optional specification. The beta distribution can be helpful when the actual distribution of an uncertain variable is unknown, but the user has a good idea of the bounds, the mean, and the standard deviation of the uncertain variable. The density function for the beta distribution is
where \(\Gamma(\alpha)\) is the gamma function and
is the beta function. To calculate the mean and standard deviation from the alpha, beta, upper bound, and lower bound parameters of the beta distribution, the following expressions may be used.
Solving these for \(\alpha\) and \(\beta\) gives:
Note that the uniform distribution is a special case of this distribution for parameters \(\alpha = \beta = 1\) .
Theory
For some methods, including vector and centered parameter studies, an initial point is needed for the uncertain variables. When not given explicitly, these variables are initialized to their means.