- locationLocation parameter (a or low)
C++ Type:double
Description:Location parameter (a or low)
 - scaleScale parameter (b or lambda)
C++ Type:double
Description:Scale parameter (b or lambda)
 - shapeShape parameter (c or k)
C++ Type:double
Description:Shape parameter (c or k)
 
Weibull
Three-parameter Weibull distribution.
Description
The Weibull object defines a translated Weibull distribution which has a probability density function (PDF) defined as
where and defines the shape parameter, and defines the scale parameter and is the location parameter of the distribution.
Example Input Syntax
[Distributions]
  [weibull]
    type = Weibull
    shape = 5
    scale = 1
    location = 0
  []
[]
(modules/stochastic_tools/test/tests/distributions/weibull.i)Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
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.