- shapeThe Weibull shape parameter.
C++ Type:double
Description:The Weibull shape parameter.
BoostWeibullDistribution
The BoostWeibullDistribution object requires that libMesh be configured to utilize an external Boost library. This may be done using the --with-boost
configuration option when compiling libMesh.
Description
As the name suggests, the BoostWeibullDistribution object defines a Weibull distribution which has a probability density function (PDF) defined as
where and defines the shape parameter and and defines the scale parameter.
The cumulative distribution function (CDF) is defined as
The quantile function is defined as
Example Input Syntax
[Distributions]
[weibull]
type = BoostWeibullDistribution
shape = 5
scale = 1
[]
[]
(modules/stochastic_tools/test/tests/distributions/boost_weibull.i)Input Parameters
- scale1The Weibull scale parameter.
Default:1
C++ Type:double
Description:The Weibull scale parameter.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Advanced Parameters
Input Files
- modules/stochastic_tools/test/tests/samplers/monte_carlo/monte_carlo_weibull.i
- modules/stochastic_tools/test/tests/distributions/boost_weibull.i